Merge pull request #96 from Swetugg/turn-on-sessions #153
Annotations
10 warnings
Build with dotnet:
Program.cs#L52
Possible null reference argument for parameter 'conf' in 'DateTimeOffset ConferenceHelpers.ToConferenceDate(DateTime dt, Conference conf)'.
|
Build with dotnet:
Program.cs#L53
Possible null reference argument for parameter 'conf' in 'DateTimeOffset ConferenceHelpers.ToConferenceDate(DateTime dt, Conference conf)'.
|
Build with dotnet:
Program.cs#L33
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 with dotnet:
Pages/Team.cshtml#L22
Nullability of reference types in value of type '(string, string, string, string?, IEnumerable<string>)' doesn't match target type '(string name, string image, string linkedIn, string twitter, IEnumerable<string> responsibilities)'.
|
Build with dotnet:
Pages/Team.cshtml#L25
Nullability of reference types in value of type '(string, string, string, string?, IEnumerable<string>)' doesn't match target type '(string name, string image, string linkedIn, string twitter, IEnumerable<string> responsibilities)'.
|
Build with dotnet:
Pages/Team.cshtml#L17
The variable 'party' is assigned but its value is never used
|
Build with dotnet:
ConferenceService.cs#L29
Dereference of a possibly null reference.
|
Build with dotnet:
ConferenceService.cs#L73
Possible null reference return.
|
Build with dotnet:
Pages/sthlm-2025/Speakers.cshtml#L7
Dereference of a possibly null reference.
|
Build with dotnet:
Pages/sthlm-2025/Speakers.cshtml#L8
Possible null reference argument for parameter 'speakerSlug' in 'Speaker? IConferenceService.GetSpeaker(string slug, string speakerSlug)'.
|
Loading