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

chore(deps): update dotnet monorepo to v9 (major) #739

Merged
merged 1 commit into from
Nov 12, 2024
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
4 changes: 2 additions & 2 deletions Client.Examples/Client.Examples.csproj
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Newtonsoft.Json" version="13.0.3" />
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.14" />
4 changes: 2 additions & 2 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
@@ -44,8 +44,8 @@ This release is based on the Zeebe 8.5.6 release (https://github.com/zeebe-io/ze
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
</ItemGroup>

<ItemGroup>

Unchanged files with check annotations Beta

throw new ObjectDisposedException(ZeebeClientWasAlreadyDisposed);
}
public override DeployProcessResponse DeployProcess(DeployProcessRequest request, Metadata headers = null, DateTime? deadline = null,

Check warning on line 88 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessRequest' is obsolete

Check warning on line 88 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessResponse' is obsolete

Check warning on line 88 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessRequest' is obsolete

Check warning on line 88 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessResponse' is obsolete

Check warning on line 88 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

Member 'ClosedGatewayClient.DeployProcess(DeployProcessRequest, Metadata, DateTime?, CancellationToken)' overrides obsolete member 'Gateway.GatewayClient.DeployProcess(DeployProcessRequest, Metadata, DateTime?, CancellationToken)'. Add the Obsolete attribute to 'ClosedGatewayClient.DeployProcess(DeployProcessRequest, Metadata, DateTime?, CancellationToken)'.

Check warning on line 88 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessRequest' is obsolete

Check warning on line 88 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessResponse' is obsolete

Check warning on line 88 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessRequest' is obsolete

Check warning on line 88 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessResponse' is obsolete

Check warning on line 88 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

Member 'ClosedGatewayClient.DeployProcess(DeployProcessRequest, Metadata, DateTime?, CancellationToken)' overrides obsolete member 'Gateway.GatewayClient.DeployProcess(DeployProcessRequest, Metadata, DateTime?, CancellationToken)'. Add the Obsolete attribute to 'ClosedGatewayClient.DeployProcess(DeployProcessRequest, Metadata, DateTime?, CancellationToken)'.
CancellationToken cancellationToken = default)
{
throw new ObjectDisposedException(ZeebeClientWasAlreadyDisposed);
}
public override DeployProcessResponse DeployProcess(DeployProcessRequest request, CallOptions options)

Check warning on line 94 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessRequest' is obsolete

Check warning on line 94 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessResponse' is obsolete

Check warning on line 94 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessRequest' is obsolete

Check warning on line 94 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessResponse' is obsolete

Check warning on line 94 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

Member 'ClosedGatewayClient.DeployProcess(DeployProcessRequest, CallOptions)' overrides obsolete member 'Gateway.GatewayClient.DeployProcess(DeployProcessRequest, CallOptions)'. Add the Obsolete attribute to 'ClosedGatewayClient.DeployProcess(DeployProcessRequest, CallOptions)'.

Check warning on line 94 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessRequest' is obsolete

Check warning on line 94 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessResponse' is obsolete

Check warning on line 94 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessRequest' is obsolete

Check warning on line 94 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessResponse' is obsolete

Check warning on line 94 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

Member 'ClosedGatewayClient.DeployProcess(DeployProcessRequest, CallOptions)' overrides obsolete member 'Gateway.GatewayClient.DeployProcess(DeployProcessRequest, CallOptions)'. Add the Obsolete attribute to 'ClosedGatewayClient.DeployProcess(DeployProcessRequest, CallOptions)'.
{
throw new ObjectDisposedException(ZeebeClientWasAlreadyDisposed);
}
public override AsyncUnaryCall<DeployProcessResponse> DeployProcessAsync(DeployProcessRequest request, Metadata headers = null, DateTime? deadline = null,

Check warning on line 99 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessRequest' is obsolete

Check warning on line 99 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessResponse' is obsolete

Check warning on line 99 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessRequest' is obsolete

Check warning on line 99 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessResponse' is obsolete

Check warning on line 99 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessRequest' is obsolete

Check warning on line 99 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessResponse' is obsolete

Check warning on line 99 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessRequest' is obsolete

Check warning on line 99 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessResponse' is obsolete
CancellationToken cancellationToken = default)
{
throw new ObjectDisposedException(ZeebeClientWasAlreadyDisposed);
}
public override AsyncUnaryCall<DeployProcessResponse> DeployProcessAsync(DeployProcessRequest request, CallOptions options)

Check warning on line 105 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessRequest' is obsolete

Check warning on line 105 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run unit tests

'DeployProcessResponse' is obsolete

Check warning on line 105 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessRequest' is obsolete

Check warning on line 105 in Client/Impl/proto/ClosedGatewayClient.cs

GitHub Actions / Run integration tests

'DeployProcessResponse' is obsolete
{
throw new ObjectDisposedException(ZeebeClientWasAlreadyDisposed);
}