Skip to content

Bump MongoDB.Driver from 2.24.0 to 2.28.0 #878

Bump MongoDB.Driver from 2.24.0 to 2.28.0

Bump MongoDB.Driver from 2.24.0 to 2.28.0 #878

Triggered via pull request July 24, 2024 04:52
Status Failure
Total duration 34s
Artifacts

dotnet.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
build: 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'.
build: 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'.
build: 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'.
build: 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'.
build
Process completed with exit code 1.
build
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/
build
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/
build: src/MalwareSampleExchange.Console/Models/Error.cs#L34
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: 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).
build: src/MalwareSampleExchange.Console/Models/Sample.cs#L27
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: 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).
build: src/MalwareSampleExchange.Console/Models/Token.cs#L26
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: 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).
build: src/MalwareSampleExchange.Console/Partner/BasicAuthenticationHandler.cs#L26
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: src/MalwareSampleExchange.Console/Attributes/ValidateModelStateAttribute.cs#L29
Possible null reference argument for parameter 'key' in 'bool IDictionary<string, object?>.ContainsKey(string key)'.
build: src/MalwareSampleExchange.Console/Attributes/ValidateModelStateAttribute.cs#L34
Possible null reference argument for parameter 'args' in 'void ValidateModelStateAttribute.ValidateAttributes(ParameterInfo parameter, object args, ModelStateDictionary modelState)'.
build: src/MalwareSampleExchange.Console/Attributes/ValidateModelStateAttribute.cs#L56
Possible null reference argument for parameter 'name' in 'string ValidationAttribute.FormatErrorMessage(string name)'.