Skip to content

Commit

Permalink
Merge pull request #1042 from RalfKoban/Microsoft.CodeAnalysis.CSharp…
Browse files Browse the repository at this point in the history
…_4_11

Updated dependencies & increased version to 0.0.47
  • Loading branch information
RalfKoban authored Sep 23, 2024
2 parents 3fb50a7 + 72ba510 commit 17ed09a
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion BenchmarkConsole/BenchmarkConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions MiKo.Analyzer.2019/MiKo.Analyzer.2019.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

<RootNamespace>MiKoSolutions.Analyzers</RootNamespace>
<AssemblyName>MiKoSolutions.Analyzers.2019</AssemblyName>
<AssemblyVersion>0.0.46.0</AssemblyVersion>
<FileVersion>0.0.46.0</FileVersion>
<AssemblyVersion>0.0.47.0</AssemblyVersion>
<FileVersion>0.0.47.0</FileVersion>
<Company>MiKo Solutions</Company>
<Version>0.0.46</Version>
<Version>0.0.47</Version>
<Copyright>Copyright © 2018-2024 by MiKo Solutions. All rights reserved.</Copyright>

<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
Expand Down
12 changes: 6 additions & 6 deletions MiKo.Analyzer.2022/MiKo.Analyzer.2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

<RootNamespace>MiKoSolutions.Analyzers</RootNamespace>
<AssemblyName>MiKoSolutions.Analyzers.2022</AssemblyName>
<AssemblyVersion>0.0.46.0</AssemblyVersion>
<FileVersion>0.0.46.0</FileVersion>
<AssemblyVersion>0.0.47.0</AssemblyVersion>
<FileVersion>0.0.47.0</FileVersion>
<Company>MiKo Solutions</Company>
<Version>0.0.46</Version>
<Version>0.0.47</Version>
<Copyright>Copyright © 2018-2024 by MiKo Solutions. All rights reserved.</Copyright>

<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
Expand All @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
</ItemGroup>

Expand All @@ -37,11 +37,11 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers" Version="17.7.32">
<PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers" Version="17.7.41">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48">
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

<RootNamespace>MiKoSolutions.Analyzers</RootNamespace>
<AssemblyName>MiKoSolutions.Analyzers.CodeFixes.2019</AssemblyName>
<AssemblyVersion>0.0.46.0</AssemblyVersion>
<FileVersion>0.0.46.0</FileVersion>
<AssemblyVersion>0.0.47.0</AssemblyVersion>
<FileVersion>0.0.47.0</FileVersion>
<Company>MiKo Solutions</Company>
<Version>0.0.46</Version>
<Version>0.0.47</Version>
<Copyright>Copyright © 2018-2024 by MiKo Solutions. All rights reserved.</Copyright>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

Expand Down
12 changes: 6 additions & 6 deletions MiKo.Analyzer.Codefixes.2022/MiKo.Analyzer.CodeFixes.2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

<RootNamespace>MiKoSolutions.Analyzers</RootNamespace>
<AssemblyName>MiKoSolutions.Analyzers.CodeFixes.2022</AssemblyName>
<AssemblyVersion>0.0.46.0</AssemblyVersion>
<FileVersion>0.0.46.0</FileVersion>
<AssemblyVersion>0.0.47.0</AssemblyVersion>
<FileVersion>0.0.47.0</FileVersion>
<Company>MiKo Solutions</Company>
<Version>0.0.46</Version>
<Version>0.0.47</Version>
<Copyright>Copyright © 2018-2024 by MiKo Solutions. All rights reserved.</Copyright>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<DefineConstants>$(DefineConstants);VS2022</DefineConstants>
Expand All @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
</ItemGroup>

Expand All @@ -34,11 +34,11 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers" Version="17.7.32">
<PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers" Version="17.7.41">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48">
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageId>MiKoSolutions.Analyzers</PackageId>
<PackageVersion>0.0.46</PackageVersion>
<PackageVersion>0.0.47</PackageVersion>
<Authors>Ralf Koban</Authors>
<PackageLicenseUrl>https://github.com/RalfKoban/MiKo-Analyzers/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/RalfKoban/MiKo-Analyzers</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageId>MiKoSolutions.Analyzers</PackageId>
<PackageVersion>0.0.46</PackageVersion>
<PackageVersion>0.0.47</PackageVersion>
<Authors>Ralf Koban</Authors>
<PackageLicenseUrl>https://github.com/RalfKoban/MiKo-Analyzers/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/RalfKoban/MiKo-Analyzers</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions MiKo.Analyzer.Tests/MiKo.Analyzer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MiKo.Analyzer.Tests/Verifiers/CodeFixVerifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected static int TestLimit
// see variable in appveyor.yml; used to limit number of tests as otherwise the test run takes too much time
var environmentVariable = Environment.GetEnvironmentVariable("APP_VEYOR", EnvironmentVariableTarget.Process);

s_testLimit = bool.TryParse(environmentVariable, out var value) && value ? 15_000 : int.MaxValue;
s_testLimit = bool.TryParse(environmentVariable, out var value) && value ? 10_000 : int.MaxValue;
}

return s_testLimit;
Expand Down
4 changes: 2 additions & 2 deletions MiKo.Analyzer.Vsix2019/MiKo.Analyzer.Vsix2019.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers" Version="17.7.32">
<PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers" Version="17.7.41">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.10.2185" PrivateAssets="all" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.11.435" PrivateAssets="all" />
</ItemGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion MiKo.Analyzer.Vsix2019/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="MiKo_Analyzer.e6f8e373-5a44-4dde-80ae-68a22f8a1679" Version="0.0.46" Language="en-US" Publisher="Ralf Koban"/>
<Identity Id="MiKo_Analyzer.e6f8e373-5a44-4dde-80ae-68a22f8a1679" Version="0.0.47" Language="en-US" Publisher="Ralf Koban"/>
<DisplayName>MiKo Analyzers</DisplayName>
<Description xml:space="preserve">A diagnostic extension for the .NET Compiler Platform ("Roslyn") that checks for different metrics such as Lines of Code or Cyclomatic Complexity; in addition to several documentation, maintainability, naming, ordering and performance rules.</Description>
<MoreInfo>https://github.com/RalfKoban/MiKo-Analyzers</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions MiKo.Analyzer.Vsix2022/MiKo.Analyzer.Vsix2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers" Version="17.7.32">
<PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers" Version="17.7.41">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.10.2185" PrivateAssets="all" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.11.435" PrivateAssets="all" />
</ItemGroup>

<PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions MiKo.Analyzer.Vsix2022/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="MiKo_Analyzer.d072a90b-c2d9-4539-973d-225324cbc585" Version="0.0.46" Language="en-US" Publisher="Ralf Koban"/>
<Identity Id="MiKo_Analyzer.d072a90b-c2d9-4539-973d-225324cbc585" Version="0.0.47" Language="en-US" Publisher="Ralf Koban"/>
<DisplayName>MiKo Analyzers</DisplayName>
<Description xml:space="preserve">A diagnostic extension for the .NET Compiler Platform ("Roslyn") that checks for different metrics such as Lines of Code or Cyclomatic Complexity; in addition to several documentation, maintainability, naming, ordering and performance rules.</Description>
<MoreInfo>https://github.com/RalfKoban/MiKo-Analyzers</MoreInfo>
<License>LICENSE.txt</License>
<Preview>true</Preview>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.7,18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.11,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.7,18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.11,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.7,18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.11,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand Down
2 changes: 1 addition & 1 deletion MiKo.Analyzer.v3.ncrunchsolution
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PipelineOptimisationPriority>Throughput</PipelineOptimisationPriority>
<RdiConfigured>True</RdiConfigured>
<RestrictToString>False</RestrictToString>
<SlidingBuildDelayInMilliseconds>2500</SlidingBuildDelayInMilliseconds>
<SlidingBuildDelayInMilliseconds>5000</SlidingBuildDelayInMilliseconds>
<SolutionConfigured>True</SolutionConfigured>
</Settings>
<EngineModes>
Expand Down

0 comments on commit 17ed09a

Please sign in to comment.