You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of updating to the newer SDK, we have hundreds of TBD warnings:
error TBD: (NETCORE_ENGINEERING_TELEMETRY=Build) 'Microsoft.Extensions.Options.Contextual.IOptionsContext' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-extensions-warnings/TBD)
* Revise supported TFMs
* Drop support for .NET Core 3.1
* Add support for .NET 6.0
* Run tests for only supported TFMs - i.e., net462;net6.0;net8.0
* warning IDE0028: Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
* Suppress TBD warnings, see #4395
* error CS0618: 'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
* Fix tests
* warning NETSDK1212: IsTrimmable is not supported for the target framework
As a result of updating to the newer SDK, we have hundreds of TBD warnings:
These are the result of
extensions/Directory.Build.targets
Lines 56 to 62 in 80f8c70
We need to generalise how the assembly-level attribute is applied based on the workstream. We'll need a mapping between workstreams and the experiment areas listed in https://github.com/dotnet/extensions/blob/main/docs/list-of-diagnostics.md.
The text was updated successfully, but these errors were encountered: