@@ -32,7 +32,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{7CB2F02E
3232 build \docfx .cmd = build \docfx .cmd
3333 build \docker -compose .net6 .0 .yml = build \docker -compose .net6 .0 .yml
3434 build \docker -compose .net7 .0 .yml = build \docker -compose .net7 .0 .yml
35- build \docker -compose .net8 .0 .yml = build \docker -compose .net8 .0 .yml
3635 build \finalize -publicapi .ps1 = build \finalize -publicapi .ps1
3736 build \Global AttrExclusions .txt = build \Global AttrExclusions .txt
3837 build \opentelemetry -icon -color .png = build \opentelemetry -icon -color .png
@@ -92,8 +91,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
9291 Project Section (SolutionItems ) = preProject
9392 .github \workflows \ci -aot -md .yml = .github \workflows \ci -aot -md .yml
9493 .github \workflows \ci -aot .yml = .github \workflows \ci -aot .yml
95- .github \workflows \ci -concurrency .yml = .github \workflows \ci -concurrency .yml
9694 .github \workflows \ci -concurrency -md .yml = .github \workflows \ci -concurrency -md .yml
95+ .github \workflows \ci -concurrency .yml = .github \workflows \ci -concurrency .yml
9796 .github \workflows \ci -instrumentation -libraries -md .yml = .github \workflows \ci -instrumentation -libraries -md .yml
9897 .github \workflows \ci -instrumentation -libraries .yml = .github \workflows \ci -instrumentation -libraries .yml
9998 .github \workflows \ci -md .yml = .github \workflows \ci -md .yml
@@ -266,6 +265,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{A49299
266265 Project Section (SolutionItems ) = preProject
267266 src \Shared \ActivityHelperExtensions .cs = src \Shared \ActivityHelperExtensions .cs
268267 src \Shared \ActivityInstrumentationHelper .cs = src \Shared \ActivityInstrumentationHelper .cs
268+ src \Shared \DiagnosticDefinitions .cs = src \Shared \DiagnosticDefinitions .cs
269269 src \Shared \ExceptionExtensions .cs = src \Shared \ExceptionExtensions .cs
270270 src \Shared \Guard .cs = src \Shared \Guard .cs
271271 src \Shared \HttpSemanticConventionHelper .cs = src \Shared \HttpSemanticConventionHelper .cs
@@ -323,6 +323,18 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "getting-started-aspnetcore"
323323EndProject
324324Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "links-creation" , "docs\trace\links-creation-with-new-activities\links-creation.csproj" , "{B4856711-6D4C-4246-A686-49458D4C1301}"
325325EndProject
326+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "diagnostics" , "diagnostics" , "{52AF6D7D-9E66-4234-9A2C-5D16C6F22B40}"
327+ Project Section (SolutionItems ) = preProject
328+ docs \diagnostics \README .md = docs \diagnostics \README .md
329+ EndProject Section
330+ EndProject
331+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "experimental-apis" , "experimental-apis" , "{17A22B0E-6EC3-4A39-B955-0A486AD06699}"
332+ Project Section (SolutionItems ) = preProject
333+ docs \diagnostics \experimental -apis \OTEL 1000 .md = docs \diagnostics \experimental -apis \OTEL 1000 .md
334+ docs \diagnostics \experimental -apis \OTEL 1001 .md = docs \diagnostics \experimental -apis \OTEL 1001 .md
335+ docs \diagnostics \experimental -apis \README .md = docs \diagnostics \experimental -apis \README .md
336+ EndProject Section
337+ EndProject
326338Global
327339 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
328340 Debug| Any CPU = Debug| Any CPU
@@ -650,6 +662,8 @@ Global
650662 {1C459B5B-C702-46FF-BF1A-EE795E420FFA} = {A49299FB-C5CD-4E0E-B7E1-B7867BBD67CC}
651663 {99B4D965-8782-4694-8DFA-B7A3630CEF60} = {3862190B-E2C5-418E-AFDC-DB281FB5C705}
652664 {B4856711-6D4C-4246-A686-49458D4C1301} = {5B7FB835-3FFF-4BC2-99C5-A5B5FAE3C818}
665+ {52AF6D7D-9E66-4234-9A2C-5D16C6F22B40} = {7C87CAF9-79D7-4C26-9FFB-F3F1FB6911F1}
666+ {17A22B0E-6EC3-4A39-B955-0A486AD06699} = {52AF6D7D-9E66-4234-9A2C-5D16C6F22B40}
653667 EndGlobalSection
654668 GlobalSection (ExtensibilityGlobals ) = postSolution
655669 SolutionGuid = {55639B5C-0770-4A22-AB56-859604650521}
0 commit comments