-
Notifications
You must be signed in to change notification settings - Fork 844
Closed
Description
extensions/Directory.Build.targets
Lines 19 to 27 in 8d33ba6
| <!-- | |
| TODO: to be resolved (https://github.com/dotnet/extensions/issues/4128) | |
| warning CS0436: (NETCORE_ENGINEERING_TELEMETRY=Build) The type '__Attributes' in | |
| 'Microsoft.Extensions.Options.SourceGeneration/Microsoft.Extensions.Options.Generators.Generator/Validators.g.cs' conflicts with the imported type | |
| '__Attributes' in 'Microsoft.Extensions.Telemetry, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. | |
| Using the type defined in 'Microsoft.Extensions.Options.SourceGeneration/Microsoft.Extensions.Options.Generators.Generator/Validators.g.cs'. | |
| --> | |
| <NoWarn>$(NoWarn);CS0436</NoWarn> |