Skip to content

Added secrets

Added secrets #6

Triggered via push June 1, 2024 17:00
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build: MusicService/Data/DataContext.cs#L13
Possible null reference assignment.
build: MusicService/Data/DataContext.cs#L10
Non-nullable field '_connectionString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: MusicService/Services/Song/SongService.cs#L105
Dereference of a possibly null reference.
build: MusicService/Services/Event/EventService.cs#L58
Possible null reference argument for parameter 'obj' in 'void Action<T>.Invoke(T obj)'.
build: MusicService/Data/DataContext.cs#L13
Possible null reference assignment.
build: MusicService/Data/DataContext.cs#L10
Non-nullable field '_connectionString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: MusicService/Services/Song/SongService.cs#L105
Dereference of a possibly null reference.
build: MusicService/Services/Event/EventService.cs#L58
Possible null reference argument for parameter 'obj' in 'void Action<T>.Invoke(T obj)'.