-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Group 2] Enable nullable annotations for Microsoft.Extensions.Configuration.Abstractions
#57401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
eerhardt
merged 12 commits into
dotnet:main
from
maxkoshevoi:mk/43605-Configuration-Abstractions
Oct 6, 2021
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
bcc0fa2
Annotate src
maxkoshevoi 8a85d25
Annotate ref
maxkoshevoi e02fcb5
Fix FakeConfigurationProvider
maxkoshevoi 1156491
Don't use using in ref
maxkoshevoi 3beb005
Merge branch 'main' into mk/43605-Configuration-Abstractions
maxkoshevoi a630248
DisableImplicitAssemblyReferences
maxkoshevoi 49d6e40
Merge branch 'main' into mk/43605-Configuration-Abstractions
maxkoshevoi 9fe1f65
Update ConfigurationExtensions.cs
maxkoshevoi 1c9f837
Merge branch 'main' into mk/43605-Configuration-Abstractions
maxkoshevoi 0e77967
Merge branch 'main' into mk/43605-Configuration-Abstractions
maxkoshevoi 5b990d6
TryGet can return null
maxkoshevoi 7621595
Remove not used namespace
maxkoshevoi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Annotate ref
- Loading branch information
commit 8a85d256a9bfc7b3e5114b3af8909b5a8e480dd3
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 7 additions & 1 deletion
8
...ons.Configuration.Abstractions/ref/Microsoft.Extensions.Configuration.Abstractions.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,17 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> | ||
| <TargetFrameworks>$(NetCoreAppCurrent);netstandard2.0;net461</TargetFrameworks> | ||
| <Nullable>enable</Nullable> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <Compile Include="Microsoft.Extensions.Configuration.Abstractions.cs" /> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <ProjectReference Include="$(LibrariesProjectRoot)Microsoft.Extensions.Primitives\ref\Microsoft.Extensions.Primitives.csproj" /> | ||
| </ItemGroup> | ||
| <ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'"> | ||
maxkoshevoi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <Reference Include="System.Linq" /> | ||
| <Reference Include="System.Runtime" /> | ||
| <Reference Include="System.Collections" /> | ||
| </ItemGroup> | ||
| </Project> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.