-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Rewrite unified settings test #76591
Changes from all commits
99fd81c
52dce40
8be1831
298cad6
ccf1864
7d00a4b
3849b2e
f5cb030
c4987d4
2cbbeff
e5cc574
505227a
bb6cdef
d15cb2a
4d1f33d
db9a31b
f9d6f86
2f7d983
a66774b
fd492ee
fc8c1f8
a64b29c
2ca1797
9c2fed4
031316a
7b80677
ce672ca
c261415
3d60864
9ac6bd2
01a8fcc
f3148df
8ab888d
06b1b28
6d1e523
21c5a59
93bd075
6191f8c
dfd977d
483c4a8
2e8bad9
1abb24e
2f867e6
7ea23ce
87d6ec9
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 |
---|---|---|
|
@@ -51,10 +51,11 @@ | |
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.UnitTests" /> | ||
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Test.Utilities2" /> | ||
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.New.IntegrationTests" /> | ||
<InternalsVisibleTo Include="Roslyn.VisualStudio.Next.UnitTests" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Update="CSharpVSResources.resx" GenerateSource="true" /> | ||
<EmbeddedResource Update="VSPackage.resx"> | ||
<EmbeddedResource Update="VSPackage.resx" GenerateSource="true" Namespace="Microsoft.VisualStudio.LanguageServices.CSharp" > | ||
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. This is needed because in test I need to validate the LOC strings from VSPackage.resx |
||
<MergeWithCTO>true</MergeWithCTO> | ||
<ManifestResourceName>VSPackage</ManifestResourceName> | ||
<SubType>Designer</SubType> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -198,4 +198,4 @@ | |
[$RootKey$\SettingsManifests\{13c3bbb4-f18f-4111-9f54-a0fb010d9194}] | ||
@="Microsoft.VisualStudio.LanguageServices.CSharp.LanguageService.CSharpPackage" | ||
"ManifestPath"="$PackageFolder$\UnifiedSettings\csharpSettings.registration.json" | ||
"CacheTag"=qword:3AEFDB0DA1308654 | ||
"CacheTag"=qword:18C11F0A543B8AD0 | ||
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. what is this? 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. When you add/modify properties in The tag value we used is generated by xxHash with the input of csharpSettings.registration.json, so it's also covered by unit test. When someone forget to modify it, test will fail |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/38111/Guide-for-setting-owners?anchor=titles
See the recommended title here, accelerator key is not needed in unified settings. But in our own legacy page we need that
_
Many string changes in this PR is caused by this