Skip to content

Bump Microsoft.Graph from 5.59.0 to 5.60.0 #39

Bump Microsoft.Graph from 5.59.0 to 5.60.0

Bump Microsoft.Graph from 5.59.0 to 5.60.0 #39

Triggered via pull request October 14, 2024 15:51
Status Success
Total duration 44s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
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/
build
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/
build
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
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/Authetication/SimpleAuthProvider.cs#L14
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Hoo.Service/Services/WebFiles/WebFileService.cs#L34
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Hoo.Service/Controllers/UtilsController.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Hoo.Service/Controllers/UtilsController.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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/Services/OneDrive/OneDriveService.cs#L22
Possible null reference assignment.
build: Hoo.Service/Services/OneDrive/OneDriveService.cs#L23
Possible null reference argument for parameter 'accessToken' in 'SimpleAuthProvider.SimpleAuthProvider(string accessToken)'.