Merge branch 'main' of https://github.com/SpotiCloud/music-service #3
Annotations
1 error and 13 warnings
SonarCloud Scan
Process completed with exit code 1.
|
SonarCloud Scan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@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-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#L95
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#L83
Make sure this permissive CORS policy is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5122)
|
SonarCloud Scan:
MusicService/Program.cs#L60
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
SonarCloud Scan:
MusicService/Program.cs#L107
Await MigrateAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|