Bump MongoDB.Driver from 2.24.0 to 2.28.0 #878
Annotations
5 errors and 12 warnings
src/MalwareSampleExchange.Console/Database/MongoMetadataHandler.cs#L43
The type 'IAsyncCursorSource<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'MongoDB.Driver.Core, Version=2.15.0.0, Culture=neutral, PublicKeyToken=null'.
|
src/MalwareSampleExchange.Console/Database/MongoMetadataHandler.cs#L43
The type 'IAsyncCursor<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'MongoDB.Driver.Core, Version=2.15.0.0, Culture=neutral, PublicKeyToken=null'.
|
src/MalwareSampleExchange.Console/Database/MongoMetadataHandler.cs#L43
The type 'IAsyncCursorSource<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'MongoDB.Driver.Core, Version=2.15.0.0, Culture=neutral, PublicKeyToken=null'.
|
src/MalwareSampleExchange.Console/Database/MongoMetadataHandler.cs#L43
The type 'IAsyncCursor<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'MongoDB.Driver.Core, Version=2.15.0.0, Culture=neutral, PublicKeyToken=null'.
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/MalwareSampleExchange.Console/Models/Error.cs#L34
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/MalwareSampleExchange.Console/Models/Error.cs#L49
Nullability of reference types in type of parameter 'other' of 'bool Error.Equals(Error other)' doesn't match implicitly implemented member 'bool IEquatable<Error>.Equals(Error? other)' (possibly because of nullability attributes).
|
src/MalwareSampleExchange.Console/Models/Sample.cs#L27
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/MalwareSampleExchange.Console/Models/Sample.cs#L42
Nullability of reference types in type of parameter 'other' of 'bool Sample.Equals(Sample other)' doesn't match implicitly implemented member 'bool IEquatable<Sample>.Equals(Sample? other)' (possibly because of nullability attributes).
|
src/MalwareSampleExchange.Console/Models/Token.cs#L26
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/MalwareSampleExchange.Console/Models/Token.cs#L41
Nullability of reference types in type of parameter 'other' of 'bool Token.Equals(Token other)' doesn't match implicitly implemented member 'bool IEquatable<Token>.Equals(Token? other)' (possibly because of nullability attributes).
|
src/MalwareSampleExchange.Console/Partner/BasicAuthenticationHandler.cs#L26
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
src/MalwareSampleExchange.Console/Attributes/ValidateModelStateAttribute.cs#L29
Possible null reference argument for parameter 'key' in 'bool IDictionary<string, object?>.ContainsKey(string key)'.
|
src/MalwareSampleExchange.Console/Attributes/ValidateModelStateAttribute.cs#L34
Possible null reference argument for parameter 'args' in 'void ValidateModelStateAttribute.ValidateAttributes(ParameterInfo parameter, object args, ModelStateDictionary modelState)'.
|
src/MalwareSampleExchange.Console/Attributes/ValidateModelStateAttribute.cs#L56
Possible null reference argument for parameter 'name' in 'string ValidationAttribute.FormatErrorMessage(string name)'.
|
The logs for this run have expired and are no longer available.
Loading