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

Modernize NuGet packages to fit Akka.NET 1.5.18 #228

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

Arkatufus
Copy link
Contributor

Modernize NuGet packages to keep in-step with Akka.NET 1.5.18

Changes

  • Drop netcoreapp3.1 test target
  • Bump Akka.NET to 1.5.18
  • Bump xunit to 2.5.3 (lock-step with Akka.NET 1.5.18)
  • Synchronize xunit and xunit.runner.utility version

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

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

LGTM

- task: UseDotNet@2
displayName: 'Use .NET Core Runtime 6.0.x'
inputs:
packageType: runtime
version: 6.0.x
- task: UseDotNet@2
Copy link
Member

Choose a reason for hiding this comment

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

LGTM

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(NetCoreTestVersion);$(NetTestVersion)</TargetFrameworks>
<TargetFramework>$(NetTestVersion)</TargetFramework>
Copy link
Member

Choose a reason for hiding this comment

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

LGTM

using TestCaseStarting = Xunit.Sdk.TestCaseStarting;

namespace Akka.MultiNode.TestAdapter.Tests
{
internal class TestSink : IMessageSink, IDisposable
internal class TestSink : LongLivedMarshalByRefObject, IMessageSink, IDisposable
Copy link
Member

Choose a reason for hiding this comment

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

Ah, interesting - this must be one of the things we needed to do to make sure the TRX reporter works correctly.

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) April 11, 2024 16:43
@Aaronontheweb Aaronontheweb merged commit 191cbd0 into akkadotnet:dev Apr 11, 2024
3 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.

2 participants