Merge branch 'main' of https://github.com/SpotiCloud/music-service #12
Annotations
10 warnings
build:
MusicService/Data/DataContext.cs#L13
Converting null literal or possible null value to non-nullable type.
|
build:
MusicService/Data/DataContext.cs#L14
Converting null literal or possible null value to non-nullable type.
|
build:
MusicService/Data/DataContext.cs#L15
Converting null literal or possible null value to non-nullable type.
|
build:
MusicService/Services/Song/SongService.cs#L105
Dereference of a possibly null reference.
|
build:
MusicService/Services/Event/EventService.cs#L60
Possible null reference argument for parameter 'obj' in 'void Action<T>.Invoke(T obj)'.
|
build:
MusicService/Data/DataContext.cs#L13
Converting null literal or possible null value to non-nullable type.
|
build:
MusicService/Data/DataContext.cs#L14
Converting null literal or possible null value to non-nullable type.
|
build:
MusicService/Data/DataContext.cs#L15
Converting null literal or possible null value to non-nullable type.
|
build:
MusicService/Services/Song/SongService.cs#L105
Dereference of a possibly null reference.
|
build:
MusicService/Services/Event/EventService.cs#L60
Possible null reference argument for parameter 'obj' in 'void Action<T>.Invoke(T obj)'.
|