Skip to content

Merge branch 'main' of https://github.com/SpotiCloud/music-service #5

Merge branch 'main' of https://github.com/SpotiCloud/music-service

Merge branch 'main' of https://github.com/SpotiCloud/music-service #5

Triggered via push June 20, 2024 11:56
Status Success
Total duration 1m 2s
Artifacts

SonarCloud.yml

on: push
SonarCloud Scan
52s
SonarCloud Scan
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
SonarCloud Scan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
SonarCloud Scan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@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/
SonarCloud Scan
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
SonarCloud Scan: MusicService/Data/DataContext.cs#L13
Converting null literal or possible null value to non-nullable type.
SonarCloud Scan: MusicService/Data/DataContext.cs#L14
Converting null literal or possible null value to non-nullable type.
SonarCloud Scan: MusicService/Data/DataContext.cs#L15
Converting null literal or possible null value to non-nullable type.
SonarCloud Scan: MusicService/Services/Song/SongService.cs#L105
Dereference of a possibly null reference.
SonarCloud Scan: MusicService/Services/Event/EventService.cs#L60
Possible null reference argument for parameter 'obj' in 'void Action<T>.Invoke(T obj)'.
SonarCloud Scan: MusicService/Program.cs#L99
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
SonarCloud Scan: MusicService/Services/Event/EventService.cs#L8
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
SonarCloud Scan: MusicService/Program.cs#L87
Make sure this permissive CORS policy is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5122)
SonarCloud Scan: MusicService/Program.cs#L64
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
SonarCloud Scan: MusicService/Program.cs#L111
Await MigrateAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)