Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump the all group with 7 updates #77

Merged
merged 1 commit into from
Feb 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -5,14 +5,14 @@
</PropertyGroup>

<ItemGroup Label="Base packages">
<PackageReference Include="CliWrap" Version="3.8.0" />
<PackageReference Include="CliWrap" Version="3.8.1" />
<PackageReference Include="DotnetCliWrapper" Version="0.2.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MSTest" Version="3.8.0" />
<PackageReference Include="FluentAssertions" Version="8.0.1" />
<PackageReference Include="MSTest" Version="3.8.2" />
<PackageReference Include="FluentAssertions" Version="8.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

6 changes: 3 additions & 3 deletions src/tests/AutoSDK.SnapshotTests/AutoSDK.SnapshotTests.csproj
Original file line number Diff line number Diff line change
@@ -12,16 +12,16 @@
<PackageReference Include="H.Generators.Extensions" Version="1.24.1" />
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.24.1" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
<PackageReference Include="MSTest" Version="3.8.0" />
<PackageReference Include="FluentAssertions" Version="8.0.1" />
<PackageReference Include="MSTest" Version="3.8.2" />
<PackageReference Include="FluentAssertions" Version="8.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup Label="Generator tests packages">
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
<PackageReference Include="System.Formats.Asn1" Version="9.0.2" />
<PackageReference Include="Verify.MSTest" Version="28.11.0" />
<PackageReference Include="Verify.MSTest" Version="28.12.0" />
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" />
<PackageReference Include="H.Resources.Generator" Version="1.6.1">
<PrivateAssets>all</PrivateAssets>
6 changes: 3 additions & 3 deletions src/tests/AutoSDK.UnitTests/AutoSDK.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MSTest" Version="3.8.0" />
<PackageReference Include="FluentAssertions" Version="8.0.1" />
<PackageReference Include="Verify.MSTest" Version="28.11.0" />
<PackageReference Include="MSTest" Version="3.8.2" />
<PackageReference Include="FluentAssertions" Version="8.1.1" />
<PackageReference Include="Verify.MSTest" Version="28.12.0" />
</ItemGroup>

<ItemGroup Label="GlobalUsings">

Unchanged files with check annotations Beta

return string.Concat(operation.Operation.OperationId
.Split('.')
.Reverse()
.Select(x => x.ToPropertyName()));

Check failure on line 21 in src/libs/AutoSDK/Naming/Methods/OperationIdWithDotsGenerator.cs

GitHub Actions / Test / Build, test and publish

Operator '.' cannot be applied to operand of type 'void'

Check failure on line 21 in src/libs/AutoSDK/Naming/Methods/OperationIdWithDotsGenerator.cs

GitHub Actions / Test / Build, test and publish

Operator '.' cannot be applied to operand of type 'void'

Check failure on line 21 in src/libs/AutoSDK/Naming/Methods/OperationIdWithDotsGenerator.cs

GitHub Actions / Test / Build, test and publish

Operator '.' cannot be applied to operand of type 'void'

Check failure on line 21 in src/libs/AutoSDK/Naming/Methods/OperationIdWithDotsGenerator.cs

GitHub Actions / Test / Build, test and publish

Operator '.' cannot be applied to operand of type 'void'

Check failure on line 21 in src/libs/AutoSDK/Naming/Methods/OperationIdWithDotsGenerator.cs

GitHub Actions / Test / Build, test and publish

Operator '.' cannot be applied to operand of type 'void'

Check failure on line 21 in src/libs/AutoSDK/Naming/Methods/OperationIdWithDotsGenerator.cs

GitHub Actions / Test / Build, test and publish

Operator '.' cannot be applied to operand of type 'void'

Check failure on line 21 in src/libs/AutoSDK/Naming/Methods/OperationIdWithDotsGenerator.cs

GitHub Actions / Test / Build, test and publish

Operator '.' cannot be applied to operand of type 'void'

Check failure on line 21 in src/libs/AutoSDK/Naming/Methods/OperationIdWithDotsGenerator.cs

GitHub Actions / Test / Build, test and publish

Operator '.' cannot be applied to operand of type 'void'
}
}