Commit a3e476e
Martin Taillefer
Deprecate this repo's option validator code gen in favor of the runtime'src
- This removes traces of the option code generator in this repo, now
that the code has moved to dotnet/runtime. Unfortunately, the generator
in dotnet/runtime has currently dropped the use of the 'file' visibility
accessor in generated code, which leads to some conflicting type
definitions in this code base due to the use of IntervalsVisibleTo.
This surfaces as build warnings which are safe to ignore, since the
C# compiler ends up binding to the right thing. Fixing these warnings
will require a new drop of the runtime's generator.1 parent 404534d commit a3e476e
File tree
138 files changed
+18
-6095
lines changed- eng/MSBuild
- src
- Generators/Microsoft.Gen.OptionsValidation
- Common
- Model
- Roslyn3.8
- Roslyn4.0
- Libraries
- Microsoft.AspNetCore.ConnectionTimeout
- Microsoft.AspNetCore.HeaderParsing
- Microsoft.AspNetCore.Telemetry.Middleware
- Latency/Internal
- Logging/Internal
- Microsoft.AspNetCore.Telemetry
- Enrichment.RequestHeaders
- Tracing/Internal
- Microsoft.Extensions.AmbientMetadata.Application
- Microsoft.Extensions.Compliance.Redaction
- Microsoft.Extensions.Compliance.Testing
- Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization
- Microsoft.Extensions.Diagnostics.Probes
- Kubernetes
- Microsoft.Extensions.Diagnostics.ResourceMonitoring
- Internal
- Linux
- Internal
- Windows/Internal
- Microsoft.Extensions.Http.AutoClient
- Microsoft.Extensions.Http.Resilience
- Hedging
- Internals
- Routing
- OrderedGroups
- WeightedGroups
- Validators
- Routing
- Resilience
- Internal/Validators
- Microsoft.Extensions.Http.Telemetry
- Logging/Internal
- Tracing/Internal
- Microsoft.Extensions.Options.Validation
- buildTransitive
- Microsoft.Extensions.Resilience
- FaultInjection/Options
- Polly/Internals/Validators/Generated
- Resilience/Internal
- Microsoft.Extensions.Telemetry
- Logging
- Metering.Collectors.EventCounters/Internal
- Tracing.Sampling
- Internal
- ToBeMoved
- Hosting.StartupInitialization
- Internal
- HttpClient.SocketHandling
- test
- Analyzers/Microsoft.Extensions.ExtraAnalyzers/Common
- Generators/Microsoft.Gen.OptionsValidation
- Generated
- Common
- Roslyn3.8
- Roslyn4.0
- TestClasses
- Unit
- Common
- Roslyn3.8
- Roslyn4.0
- Libraries/Microsoft.Extensions.Options.Validation.Tests
- ToBeRemoved/Options.ValidateOnStart.Tests
- Helpers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
138 files changed
+18
-6095
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| |||
Lines changed: 0 additions & 98 deletions
This file was deleted.
0 commit comments