-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Initial Support for PredefinedCultureOnly property #18672
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
Changes from 8 commits
be5891f
3d7f9b3
8d22de9
af0e012
59c6708
6e933ca
b5c39d3
1eb82fd
2ccbc1b
5d7d215
f815ca7
25538ee
9c3aed9
8ab8363
0c1ac14
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,7 +59,7 @@ | |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
| <CopyToPublishDirectory>Never</CopyToPublishDirectory> | ||
| </Content> | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should be setting the
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @dsplaisted I have returned back the changes in GivenThatWeWantToPublishAProjectWithAllFeatures.cs and TestApp as @eerhardt suggested to keep it to test the behavior when enabling the property in down-level version even if it will not have any runtime effect. |
||
| <None Include="NoneCopyOutputAlways.txt"> | ||
| <CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
| </None> | ||
|
|
@@ -74,7 +74,7 @@ | |
| <ProjectReference Include="../TestLibrary/TestLibrary.csproj" /> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <!-- | ||
| <!-- | ||
| The TestLibrary has a hard dependency on Newtonsoft.Json. | ||
| The TestApp has a PrivateAssets=All dependency on Microsoft.Extensions.DependencyModel. | ||
| Microsoft.Extensions.DependencyModel depends on Newtonsoft.Json. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.