Merge pull request #731 from mixcore/features/cleanup #99
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
|
src/platform/core/mix-heart/src/mix.heart/Exceptions/MixException.cs#L26
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
src/platform/mix.queue/Engines/SubscriberBase.cs#L167
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/platform/mix.queue/Engines/SubscriberBase.cs#L71
'SubscriberBase.StopAsync(CancellationToken)' hides inherited member 'BackgroundService.StopAsync(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
src/platform/mix.queue/Models/MixTopicModel.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/platform/mix.queue/Engines/SubscriberBase.cs#L170
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/platform/mix.queue/Engines/Mix/MixQueueSubscriber.cs#L31
The field 'MixQueueSubscriber<T>._startCancellationToken' is never used
|
src/platform/mix.queue/Engines/Mix/MixQueueSubscriber.cs#L23
The field 'MixQueueSubscriber<T>._topic' is never used
|
src/platform/mix.identity/Services/OAuthCodeStoreService.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/platform/mix.identity/ViewModels/OAuthClientViewModel.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/platform/mix.identity/Services/OAuthTokenRevocationService.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading