Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
0459b49
Merge pull request #40203 from dotnet/merges/release/dev16.4-to-relea…
Dec 6, 2019
52d275c
Merge pull request #40220 from dotnet/merges/release/dev16.4-to-relea…
Dec 7, 2019
c4e5d13
Merge pull request #40281 from dotnet/merges/release/dev16.4-to-relea…
Dec 10, 2019
1650460
Merge pull request #40384 from dotnet/merges/release/dev16.4-to-relea…
Dec 14, 2019
4ead178
Delete suppressions of CA3053
jasonmalinowski Feb 11, 2020
0898a78
Add test for reported issue (#41703)
Feb 15, 2020
4a7d283
Implement analyzer and fix verifiers
sharwell Feb 15, 2020
6495e6f
Convert AddAccessibilityModifiersTests to the new test library
sharwell Feb 15, 2020
ec82406
Fix compile errors in test code
sharwell Feb 15, 2020
bff5164
Allow structures to implement nested interfaces as we do for classes.…
AlekseyTs Feb 15, 2020
092d850
Annotate CommandLineParser/Arguments and File/PathUtilities (#41063)
jcouv Feb 15, 2020
1597073
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Feb 15, 2020
f4aa583
Use simple verification API
sharwell Feb 15, 2020
da9a24d
Verify standard analyzer properties
sharwell Feb 15, 2020
a94edd9
Remove unnecessary use of AbstractCSharpDiagnosticProviderBasedUserDi…
sharwell Feb 15, 2020
d199c5e
Fix incorrect language name for OptionsCollection
sharwell Feb 15, 2020
ee754f9
Update field name to match the expected code style
sharwell Feb 15, 2020
69cb963
Added documentation for test helpers
sharwell Feb 15, 2020
e22ee01
Test convert nullable to non-nullable using custom awaitable (#39417)
skarllot Feb 15, 2020
51f0849
Use 'Sentence case' instead of 'Title Case'
CyrusNajmabadi Feb 16, 2020
10552b6
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Feb 16, 2020
e32f3b6
Extract out complex part of statement parsing into its own helper fun…
CyrusNajmabadi Feb 17, 2020
9c7c4cb
Simplify using-statements/local-decls
CyrusNajmabadi Feb 17, 2020
3c90274
Inline method
CyrusNajmabadi Feb 17, 2020
03ea848
Rename variable for clarity
CyrusNajmabadi Feb 17, 2020
46afc83
Inline method
CyrusNajmabadi Feb 17, 2020
a7a59b2
Directly call into more precise parse function
CyrusNajmabadi Feb 17, 2020
52adb4e
Have all statement parsing call through the same top level helper
CyrusNajmabadi Feb 17, 2020
b6ccf5e
Restructure code for clarity
CyrusNajmabadi Feb 17, 2020
f7e930e
Invert conditional
CyrusNajmabadi Feb 17, 2020
dc4ff3c
Inline method
CyrusNajmabadi Feb 17, 2020
f5ee1a6
Re-extract remainder of method
CyrusNajmabadi Feb 17, 2020
cfb6944
Simplify comments
CyrusNajmabadi Feb 17, 2020
f3afdd0
Extract local function
CyrusNajmabadi Feb 17, 2020
3955fff
Increase test parsing depth
CyrusNajmabadi Feb 17, 2020
134b217
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Feb 17, 2020
7b6c485
Support VBCSCompiler being compiled with --self-contained (or equival…
khyperia Feb 17, 2020
f83ad2d
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Feb 18, 2020
0b2e84a
Merge pull request #41726 from skarllot/master
RikkiGibson Feb 18, 2020
bdb3ece
Merge pull request #41586 from jasonmalinowski/delete-suppressions-fo…
jasonmalinowski Feb 18, 2020
fa831d9
Merge pull request #41732 from CyrusNajmabadi/sentenceCast
JoeRobich Feb 18, 2020
fea95d7
Merge pull request #41717 from sharwell/testing-library
sharwell Feb 18, 2020
796d0f6
Always return available for SyncClassView command
JoeRobich Feb 18, 2020
fe61811
Convert AddObsoleteAttributeTests to the new test framework
sharwell Feb 17, 2020
3630a6e
Fix compilation errors in tests
sharwell Feb 18, 2020
03a97c9
Convert MakeStructFieldsWritableTests to the new test framework
sharwell Feb 18, 2020
83478cb
Convert RemoveUnusedMembersTests to the new test framework
sharwell Feb 18, 2020
193ed9c
Fix compilation errors in tests
sharwell Feb 18, 2020
eaabdd7
Convert ConvertSwitchStatementToExpressionFixAllTests to the new test…
sharwell Feb 18, 2020
aea411e
Fix compilation errors in tests
sharwell Feb 18, 2020
813d7ec
Convert ConvertSwitchStatementToExpressionTests to the new test frame…
sharwell Feb 18, 2020
e350dd1
Fix compilation errors in tests
sharwell Feb 18, 2020
df9c7cd
Convert AddAwaitTests to the new test framework
sharwell Feb 18, 2020
9a4e96c
Convert AssignOutParametersAboveReturnTests to the new test framework
sharwell Feb 18, 2020
2b5209a
Fix compilation errors in tests
sharwell Feb 18, 2020
3cafe38
Fix failure to handle expression-bodied local functions
sharwell Feb 18, 2020
c2d3eec
Convert AssignOutParametersAtStartTests to the new test framework
sharwell Feb 18, 2020
4212365
Fix compilation errors in tests
sharwell Feb 18, 2020
78af1c9
Fix failure to handle expression-bodied local functions
sharwell Feb 18, 2020
5d8e2be
Use Arcade x-plat resx generator (#34003)
tmat Feb 18, 2020
3aae60b
Merge pull request #41762 from JoeRobich/fix-classview-sync
JoeRobich Feb 19, 2020
f03330f
Merge pull request #41769 from dotnet/merges/release/dev16.5-to-master
Feb 19, 2020
92fc348
Inline TestDiagnosticMissingAsync
sharwell Feb 19, 2020
cfbdcec
Fix test for expected diagnostic message
sharwell Feb 19, 2020
767070a
Fix compilation errors in tests
sharwell Feb 18, 2020
0aee6e9
Convert ChangeToAsyncTests to the new test framework
sharwell Feb 18, 2020
c7bd704
Merge pull request #41753 from sharwell/add-obsolete
sharwell Feb 19, 2020
1c19974
Document intentional error in test code
sharwell Feb 19, 2020
1adce87
Add shared resx files to our shared projects
mavasani Feb 19, 2020
019e3f0
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Feb 19, 2020
dbc9d27
Merge pull request #41756 from sharwell/convert-switch
sharwell Feb 19, 2020
427916b
Merge pull request #41754 from sharwell/make-writable
sharwell Feb 19, 2020
5478577
Merge pull request #41755 from sharwell/unused-members
sharwell Feb 19, 2020
1f26498
Merge pull request #41757 from sharwell/add-await
sharwell Feb 19, 2020
1d587b2
Merge pull request #41758 from sharwell/assign-out
sharwell Feb 19, 2020
f6855f4
Bump dev16.5 publishing channel
JoeRobich Feb 19, 2020
b4e54cc
Report nullability warnings inside tuples (#41690)
jcouv Feb 19, 2020
15b4cc6
Merge pull request #41775 from mavasani/SharedResources
mavasani Feb 19, 2020
99ec12e
Merge pull request #41585 from CyrusNajmabadi/inlineStatementParsing
RikkiGibson Feb 19, 2020
9522efe
Merge remote-tracking branch 'upstream/master' into lfa-inlineStateme…
RikkiGibson Feb 19, 2020
9a88cd4
Fix merge conflicts
RikkiGibson Feb 19, 2020
29dadf0
Add some parsing and incremental parsing tests
RikkiGibson Feb 18, 2020
99c25e6
Enable NestedIfStatements
RikkiGibson Feb 20, 2020
ab54470
Fix test gap and delete outdated prototype comment
RikkiGibson Feb 20, 2020
125f93f
Test declaration expressions in local function attributes
RikkiGibson Feb 20, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20113.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20118.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ba6bfb25914e3434264352dd24ba00b406d23393</Sha>
<Sha>b40d0c89c230189b4c6aeb32c0a43218b4bc3359</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- Versions used by several individual references below -->
<RoslynDiagnosticsNugetPackageVersion>3.0.0-beta2.20059.3+77df2220</RoslynDiagnosticsNugetPackageVersion>
<CodeStyleLayerCodeAnalysisVersion>3.3.1</CodeStyleLayerCodeAnalysisVersion>
<MicrosoftCodeAnalysisTestingVersion>1.0.1-beta1.20067.1</MicrosoftCodeAnalysisTestingVersion>
<MicrosoftCodeAnalysisTestingVersion>1.0.1-beta1.20118.1</MicrosoftCodeAnalysisTestingVersion>
<CodeStyleAnalyzerVersion>3.5.0-beta3-20078-04</CodeStyleAnalyzerVersion>
<VisualStudioEditorPackagesVersion>16.4.248</VisualStudioEditorPackagesVersion>
<ILToolsPackageVersion>5.0.0-alpha1.19409.1</ILToolsPackageVersion>
Expand Down Expand Up @@ -97,7 +97,7 @@
<MicrosoftVisualStudioCodeAnalysisSdkUIVersion>15.8.27812-alpha</MicrosoftVisualStudioCodeAnalysisSdkUIVersion>
<MicrosoftVisualStudioCodingConventionsVersion>1.1.20180503.2</MicrosoftVisualStudioCodingConventionsVersion>
<MicrosoftVisualStudioComponentModelHostVersion>16.0.198-g52de9c2988</MicrosoftVisualStudioComponentModelHostVersion>
<MicrosoftVisualStudioCompositionVersion>15.5.23</MicrosoftVisualStudioCompositionVersion>
<MicrosoftVisualStudioCompositionVersion>15.6.36</MicrosoftVisualStudioCompositionVersion>
<MicrosoftVisualStudioCoreUtilityVersion>$(VisualStudioEditorPackagesVersion)</MicrosoftVisualStudioCoreUtilityVersion>
<MicrosoftVisualStudioDebuggerUIInterfacesVersion>16.0.29431.108</MicrosoftVisualStudioDebuggerUIInterfacesVersion>
<MicrosoftVisualStudioDebuggerEngineimplementationVersion>16.4.1091102-preview</MicrosoftVisualStudioDebuggerEngineimplementationVersion>
Expand Down
2 changes: 1 addition & 1 deletion eng/common/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function GetDotNetInstallScript {

# Use curl if available, otherwise use wget
if command -v curl > /dev/null; then
with_retries curl "$install_script_url" -isSLv --retry 10 --create-dirs -o "$install_script" || {
with_retries curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || {
local exit_code=$?
Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')."
ExitWithExitCode $exit_code
Expand Down
2 changes: 1 addition & 1 deletion eng/config/PublishData.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"version": "3.5.*",
"nuget": [ "https://dotnet.myget.org/F/roslyn/api/v2/package" ],
"vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ],
"channels": [ "dev16.5", "dev16.5p3" ],
"channels": [ "dev16.5", "dev16.5p4" ],
"vsBranch": "rel/d16.5",
"vsMajorVersion": 16
},
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"xcopy-msbuild": "16.4.0-alpha"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20113.6"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20118.1"
}
}
3 changes: 3 additions & 0 deletions src/Analyzers/CSharp/Analyzers/CSharpAnalyzers.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
<PropertyGroup Label="Configuration">
<Import_RootNamespace>Microsoft.CodeAnalysis.CSharp.Analyzers</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="$(MSBuildThisFileDirectory)CSharpAnalyzersResources.resx" GenerateSource="true" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="vbc_rsp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>../../vbc/vbc.rsp;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="EmptyResource" xml:space="preserve">
<value>Remove this value when another is added.</value>
<comment>https://github.com/Microsoft/msbuild/issues/1661</comment>
</data>
</root>
</root>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../CSharpAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
3 changes: 3 additions & 0 deletions src/Analyzers/CSharp/CodeFixes/CSharpCodeFixes.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
<PropertyGroup Label="Configuration">
<Import_RootNamespace>Microsoft.CodeAnalysis.CSharp.CodeFixes</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="$(MSBuildThisFileDirectory)CSharpCodeFixesResources.resx" GenerateSource="true" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->

<root>
<!--
Microsoft ResX Schema
Expand Down Expand Up @@ -119,8 +117,8 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="VBAllInOne" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources/VBAllInOne.vb;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
<data name="EmptyResource" xml:space="preserve">
<value>Remove this value when another is added.</value>
<comment>https://github.com/Microsoft/msbuild/issues/1661</comment>
</data>
</root>
</root>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/CodeFixes/xlf/CSharpCodeFixesResources.cs.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/CodeFixes/xlf/CSharpCodeFixesResources.de.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/CodeFixes/xlf/CSharpCodeFixesResources.es.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/CodeFixes/xlf/CSharpCodeFixesResources.fr.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/CodeFixes/xlf/CSharpCodeFixesResources.it.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions src/Analyzers/CSharp/CodeFixes/xlf/CSharpCodeFixesResources.ja.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff>
Loading