-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Made the encodings of .razor and .cshtml files in the repo consistent #23502
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
Conversation
@@ -21,79 +21,78 @@ public ByteOrderMarkTest(ITestOutputHelper output) | |||
_output = output; | |||
} | |||
|
|||
[ConditionalTheory] | |||
[QuarantinedTest] | |||
[Theory] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the actual code change here.
<Content Include="..\Web.Spa.ProjectTemplates\**" LinkBase="Assets\Web.Spa.ProjectTemplates" /> | ||
<Content Include="..\Web.ItemTemplates\**" LinkBase="Assets\Web.ItemTemplates" /> | ||
<Content Include="..\Web.Client.ItemTemplates\**" LinkBase="Assets\Web.Client.ItemTemplates" /> | ||
</ItemGroup> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice.
be86316
to
a4aa668
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .editorconfig needs to be updated as well, because it is currently configured to overwrite each of these changes the next time the file gets saved.
https://github.com/dotnet/aspnetcore/blob/be86316fcffdbf38039d2da7e512494aa17514a6/.editorconfig#L18
<Content Include="..\Web.Spa.ProjectTemplates\**" LinkBase="Assets\Web.Spa.ProjectTemplates" /> | ||
<Content Include="..\Web.ItemTemplates\**" LinkBase="Assets\Web.ItemTemplates" /> | ||
<Content Include="..\Web.Client.ItemTemplates\**" LinkBase="Assets\Web.Client.ItemTemplates" /> | ||
</ItemGroup> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice.
@mkArtakMSFT this is ready to be merged |
Fixes #22753