Skip to content

Commit b328049

Browse files
chore(deps): Bump Microsoft.CodeAnalysis.Analyzers from 3.3.4 to 3.11.0 in /src (#1056)
Bumps [Microsoft.CodeAnalysis.Analyzers](https://github.com/dotnet/roslyn-analyzers) from 3.3.4 to 3.11.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dotnet/roslyn-analyzers/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.CodeAnalysis.Analyzers&package-manager=nuget&previous-version=3.3.4&new-version=3.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6855a7 commit b328049

File tree

10 files changed

+655
-655
lines changed

10 files changed

+655
-655
lines changed

src/Actions/Actions.csproj

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AssemblyName>Axe.Windows.Actions</AssemblyName>
6-
<RootNamespace>Axe.Windows.Actions</RootNamespace>
7-
</PropertyGroup>
8-
9-
<Import Project="..\..\build\NetStandardRelease.targets" />
10-
11-
<ItemGroup>
12-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
13-
<PrivateAssets>all</PrivateAssets>
14-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
15-
</PackageReference>
16-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
17-
<PrivateAssets>all</PrivateAssets>
18-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
19-
</PackageReference>
20-
<PackageReference Include="Roslyn.Diagnostics.Analyzers" Version="3.3.4">
21-
<PrivateAssets>all</PrivateAssets>
22-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23-
</PackageReference>
24-
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
25-
<PackageReference Include="System.IO.Packaging" Version="8.0.0" />
26-
<PackageReference Include="Text.Analyzers" Version="3.3.4">
27-
<PrivateAssets>all</PrivateAssets>
28-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
29-
</PackageReference>
30-
</ItemGroup>
31-
32-
<ItemGroup>
33-
<ProjectReference Include="..\Core\Core.csproj" />
34-
<ProjectReference Include="..\Desktop\Desktop.csproj" />
35-
<ProjectReference Include="..\Rules\Rules.csproj" />
36-
<ProjectReference Include="..\Win32\Win32.csproj" />
37-
</ItemGroup>
38-
39-
<ItemGroup>
40-
<Reference Include="Interop.UIAutomationClient">
41-
<HintPath>..\UIAAssemblies\Win10.17713\Interop.UIAutomationClient.dll</HintPath>
42-
<EmbedInteropTypes>true</EmbedInteropTypes>
43-
</Reference>
44-
</ItemGroup>
45-
46-
<ItemGroup>
47-
<Compile Update="Resources\ErrorMessages.Designer.cs">
48-
<DesignTime>True</DesignTime>
49-
<AutoGen>True</AutoGen>
50-
<DependentUpon>ErrorMessages.resx</DependentUpon>
51-
</Compile>
52-
</ItemGroup>
53-
54-
<ItemGroup>
55-
<EmbeddedResource Update="Resources\ErrorMessages.resx">
56-
<Generator>ResXFileCodeGenerator</Generator>
57-
<LastGenOutput>ErrorMessages.Designer.cs</LastGenOutput>
58-
</EmbeddedResource>
59-
</ItemGroup>
60-
61-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<AssemblyName>Axe.Windows.Actions</AssemblyName>
6+
<RootNamespace>Axe.Windows.Actions</RootNamespace>
7+
</PropertyGroup>
8+
9+
<Import Project="..\..\build\NetStandardRelease.targets" />
10+
11+
<ItemGroup>
12+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0">
13+
<PrivateAssets>all</PrivateAssets>
14+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
15+
</PackageReference>
16+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
17+
<PrivateAssets>all</PrivateAssets>
18+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
19+
</PackageReference>
20+
<PackageReference Include="Roslyn.Diagnostics.Analyzers" Version="3.3.4">
21+
<PrivateAssets>all</PrivateAssets>
22+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23+
</PackageReference>
24+
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
25+
<PackageReference Include="System.IO.Packaging" Version="8.0.0" />
26+
<PackageReference Include="Text.Analyzers" Version="3.3.4">
27+
<PrivateAssets>all</PrivateAssets>
28+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
29+
</PackageReference>
30+
</ItemGroup>
31+
32+
<ItemGroup>
33+
<ProjectReference Include="..\Core\Core.csproj" />
34+
<ProjectReference Include="..\Desktop\Desktop.csproj" />
35+
<ProjectReference Include="..\Rules\Rules.csproj" />
36+
<ProjectReference Include="..\Win32\Win32.csproj" />
37+
</ItemGroup>
38+
39+
<ItemGroup>
40+
<Reference Include="Interop.UIAutomationClient">
41+
<HintPath>..\UIAAssemblies\Win10.17713\Interop.UIAutomationClient.dll</HintPath>
42+
<EmbedInteropTypes>true</EmbedInteropTypes>
43+
</Reference>
44+
</ItemGroup>
45+
46+
<ItemGroup>
47+
<Compile Update="Resources\ErrorMessages.Designer.cs">
48+
<DesignTime>True</DesignTime>
49+
<AutoGen>True</AutoGen>
50+
<DependentUpon>ErrorMessages.resx</DependentUpon>
51+
</Compile>
52+
</ItemGroup>
53+
54+
<ItemGroup>
55+
<EmbeddedResource Update="Resources\ErrorMessages.resx">
56+
<Generator>ResXFileCodeGenerator</Generator>
57+
<LastGenOutput>ErrorMessages.Designer.cs</LastGenOutput>
58+
</EmbeddedResource>
59+
</ItemGroup>
60+
61+
</Project>

src/Automation/Automation.csproj

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AssemblyName>Axe.Windows.Automation</AssemblyName>
6-
<RootNamespace>Axe.Windows.Automation</RootNamespace>
7-
</PropertyGroup>
8-
9-
<PropertyGroup>
10-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
11-
</PropertyGroup>
12-
13-
<Import Project="..\..\build\NetStandardRelease.targets" />
14-
15-
<ItemGroup>
16-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
17-
<PrivateAssets>all</PrivateAssets>
18-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
19-
</PackageReference>
20-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
21-
<PrivateAssets>all</PrivateAssets>
22-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23-
</PackageReference>
24-
<PackageReference Include="Roslyn.Diagnostics.Analyzers" Version="3.3.4">
25-
<PrivateAssets>all</PrivateAssets>
26-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
27-
</PackageReference>
28-
<PackageReference Include="Text.Analyzers" Version="3.3.4">
29-
<PrivateAssets>all</PrivateAssets>
30-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
31-
</PackageReference>
32-
</ItemGroup>
33-
34-
<ItemGroup>
35-
<ProjectReference Include="..\Actions\Actions.csproj" />
36-
</ItemGroup>
37-
38-
<ItemGroup>
39-
<Compile Update="Resources\ErrorMessages.Designer.cs">
40-
<DesignTime>True</DesignTime>
41-
<AutoGen>True</AutoGen>
42-
<DependentUpon>ErrorMessages.resx</DependentUpon>
43-
</Compile>
44-
</ItemGroup>
45-
46-
<ItemGroup>
47-
<EmbeddedResource Update="Resources\ErrorMessages.resx">
48-
<Generator>ResXFileCodeGenerator</Generator>
49-
<LastGenOutput>ErrorMessages.Designer.cs</LastGenOutput>
50-
</EmbeddedResource>
51-
</ItemGroup>
52-
53-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<AssemblyName>Axe.Windows.Automation</AssemblyName>
6+
<RootNamespace>Axe.Windows.Automation</RootNamespace>
7+
</PropertyGroup>
8+
9+
<PropertyGroup>
10+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
11+
</PropertyGroup>
12+
13+
<Import Project="..\..\build\NetStandardRelease.targets" />
14+
15+
<ItemGroup>
16+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0">
17+
<PrivateAssets>all</PrivateAssets>
18+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
19+
</PackageReference>
20+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
21+
<PrivateAssets>all</PrivateAssets>
22+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23+
</PackageReference>
24+
<PackageReference Include="Roslyn.Diagnostics.Analyzers" Version="3.3.4">
25+
<PrivateAssets>all</PrivateAssets>
26+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
27+
</PackageReference>
28+
<PackageReference Include="Text.Analyzers" Version="3.3.4">
29+
<PrivateAssets>all</PrivateAssets>
30+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
31+
</PackageReference>
32+
</ItemGroup>
33+
34+
<ItemGroup>
35+
<ProjectReference Include="..\Actions\Actions.csproj" />
36+
</ItemGroup>
37+
38+
<ItemGroup>
39+
<Compile Update="Resources\ErrorMessages.Designer.cs">
40+
<DesignTime>True</DesignTime>
41+
<AutoGen>True</AutoGen>
42+
<DependentUpon>ErrorMessages.resx</DependentUpon>
43+
</Compile>
44+
</ItemGroup>
45+
46+
<ItemGroup>
47+
<EmbeddedResource Update="Resources\ErrorMessages.resx">
48+
<Generator>ResXFileCodeGenerator</Generator>
49+
<LastGenOutput>ErrorMessages.Designer.cs</LastGenOutput>
50+
</EmbeddedResource>
51+
</ItemGroup>
52+
53+
</Project>

0 commit comments

Comments
 (0)