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

Upgrade NuGet dependencies #4047

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Upgrade NuGet dependencies #4047

merged 2 commits into from
Sep 10, 2024

Conversation

pepone
Copy link
Member

@pepone pepone commented Sep 10, 2024

This PR upgrades NuGet dependencies.

@@ -7,5 +7,5 @@ runs:
run: cargo test --manifest-path tools/slicec-cs/Cargo.toml
shell: bash
- name: 🧪 Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal --blame-hang-timeout 8m
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--blame-hang-timeout is used to terminate the tests and dump core after the timeout, the NUnit timeout attribute is now deprecated.

}
else
{
Assert.Fail(message, detailMessage);
Assert.Fail($"{message}\n{detailMessage}");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The overload with two parameters was removed.

Copy link
Member

@bernardnormier bernardnormier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also update Dunet?

tests/IceRpc.Compressor.Tests/AssemblyInfo.cs Show resolved Hide resolved
@pepone pepone merged commit 9edecc0 into icerpc:main Sep 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants