Bump coverlet.collector from 6.0.0 to 6.0.2 #5
Annotations
14 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, simon-k/dotnet-code-coverage-badge@v1.0.0. 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 use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, simon-k/dotnet-code-coverage-badge@v1.0.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Create Test Coverage Badge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Create Test Coverage Badge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build:
Hoo.Service/Common/MochiLogger.cs#L12
Nullability in constraints for type parameter 'TState' of method 'MochiLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Build:
Hoo.Service/Common/MochiLogger.cs#L22
Nullability of reference types in type of parameter 'exception' of 'void MochiLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
Build:
Hoo.Service/Common/MochiLogMessageModel.cs#L7
Non-nullable property 'SourceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Hoo.Service/Common/MochiLogMessageModel.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Hoo.Service/Models/WebFileItem.cs#L14
Non-nullable property 'AccessUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Hoo.Service/Models/OneDriveFileItem.cs#L13
Non-nullable property 'OneDriveId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Hoo.Service/Models/OneDriveFileItem.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Hoo.Service/Models/GoogleDriveFileItem.cs#L13
Non-nullable property 'GoogleId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Hoo.Service/Models/GoogleDriveFileItem.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Hoo.Service/Models/GoogleDriveFileItem.cs#L19
Non-nullable property 'ThumbnailUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading