File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Microsoft.OpenApi.Readers Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
<LangVersion >latest</LangVersion >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
- <Version >1.6.19 </Version >
6
+ <Version >1.6.20 </Version >
7
7
<Description >OpenAPI.NET Readers for JSON and YAML documents</Description >
8
8
<SignAssembly >true</SignAssembly >
9
9
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
22
22
<PackageReference Include =" SharpYaml" Version =" 2.1.1" />
23
23
</ItemGroup >
24
24
25
+ <!-- Workaround to disable Microsoft.VisualStudio.Threading.Analyzers -->
26
+ <Target Name =" DisableVSAnalyzers" BeforeTargets =" CoreCompile" Condition =" '$(RunStaticAnalysis)' == '' OR '$(RunStaticAnalysis)' == 'false' " >
27
+ <ItemGroup >
28
+ <Analyzer Remove =" @(Analyzer)" Condition =" '%(Filename)' == 'Microsoft.VisualStudio.Threading.Analyzers' OR '%(Filename)' == 'Microsoft.VisualStudio.Threading.Analyzers.CSharp' " />
29
+ </ItemGroup >
30
+ </Target >
31
+
25
32
<ItemGroup >
26
33
<ProjectReference Include =" ..\Microsoft.OpenApi\Microsoft.OpenApi.csproj" />
27
34
</ItemGroup >
Original file line number Diff line number Diff line change 3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
<LangVersion >Latest</LangVersion >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
- <Version >1.6.19 </Version >
6
+ <Version >1.6.20 </Version >
7
7
<Description >.NET models with JSON and YAML writers for OpenAPI specification</Description >
8
8
<SignAssembly >true</SignAssembly >
9
9
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
39
39
<ItemGroup >
40
40
<PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 17.11.20" />
41
41
</ItemGroup >
42
+
43
+ <!-- Workaround to disable Microsoft.VisualStudio.Threading.Analyzers -->
44
+ <Target Name =" DisableVSAnalyzers" BeforeTargets =" CoreCompile" Condition =" '$(RunStaticAnalysis)' == '' OR '$(RunStaticAnalysis)' == 'false' " >
45
+ <ItemGroup >
46
+ <Analyzer Remove =" @(Analyzer)" Condition =" '%(Filename)' == 'Microsoft.VisualStudio.Threading.Analyzers' OR '%(Filename)' == 'Microsoft.VisualStudio.Threading.Analyzers.CSharp' " />
47
+ </ItemGroup >
48
+ </Target >
42
49
</Project >
You can’t perform that action at this time.
0 commit comments