File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed
Microsoft.VisualBasic.Forms/src
System.Windows.Forms.Analyzers.CSharp/tests/UnitTests/System/Windows/Forms/Generators
System.Windows.Forms.Analyzers.VisualBasic Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 99 <AssemblyName >Microsoft.VisualBasic.Forms</AssemblyName >
1010 <Deterministic >true</Deterministic >
1111 <RootNamespace ></RootNamespace >
12- <LangVersion >15.0 </LangVersion >
12+ <LangVersion >15.5 </LangVersion >
1313 <VBRuntime >None</VBRuntime >
1414 <ProduceReferenceAssembly >true</ProduceReferenceAssembly >
1515 <UsePublicApiAnalyzers >true</UsePublicApiAnalyzers >
Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33
44using System . Globalization ;
5- using System . Windows . Forms . Analyzers ;
5+ using System . Windows . Forms . CSharp . Generators . ApplicationConfiguration ;
66using static System . Windows . Forms . Analyzers . ApplicationConfig ;
77
88namespace System . Windows . Forms . Analyzers . Tests ;
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <RootNamespace >System.Windows.Forms.Analyzers</RootNamespace >
5+ <TargetFramework >netstandard2.0</TargetFramework >
6+ <Deterministic >true</Deterministic >
7+ <RootNamespace ></RootNamespace >
8+ <LangVersion >15.5</LangVersion >
9+ <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
10+ </PropertyGroup >
11+
12+ <ItemGroup >
13+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" $(MicrosoftCodeAnalysisAnalyzersVersion)" >
14+ <PrivateAssets >all</PrivateAssets >
15+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16+ </PackageReference >
17+ <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic" Version =" $(MicrosoftCodeAnalysisVisualBasicPackageVersion)" />
18+
19+ <AdditionalFiles Include =" $(ProjectDir)AnalyzerReleases.Unshipped.md" />
20+ <AdditionalFiles Include =" $(ProjectDir)AnalyzerReleases.Shipped.md" />
21+ </ItemGroup >
22+
23+ <ItemGroup >
24+ <ProjectReference Include =" ..\..\src\System.Windows.Forms.Analyzers\src\System.Windows.Forms.Analyzers.csproj" />
25+ </ItemGroup >
26+
27+ <ItemGroup >
28+ <EmbeddedResource Update =" Resources\SR.resx" >
29+ <GenerateSource >true</GenerateSource >
30+ <Namespace >System.Windows.Forms.Analyzers.VisualBasic.Resources</Namespace >
31+ </EmbeddedResource >
32+ </ItemGroup >
33+
34+ </Project >
You can’t perform that action at this time.
0 commit comments