Skip to content

Merge pull request #43 from spacecowboy-app/nullability-improvements/1 #20

Merge pull request #43 from spacecowboy-app/nullability-improvements/1

Merge pull request #43 from spacecowboy-app/nullability-improvements/1 #20

Triggered via push August 23, 2023 21:18
Status Success
Total duration 48s
Artifacts

service-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: service/src/Model/Participant.cs#L84
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
build: service/src/Model/Participant.cs#L90
Nullability of reference types in type of parameter 'other' of 'bool Participant.Equals(Participant other)' doesn't match implicitly implemented member 'bool IEquatable<Participant>.Equals(Participant? other)' (possibly because of nullability attributes).
build: service/src/Model/Session.cs#L140
Non-nullable property 'NoVote' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: service/src/Model/Session.cs#L140
Non-nullable property 'NotRevealed' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: service/src/Model/Session.cs#L140
Non-nullable property 'DeckName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: service/src/Model/Session.cs#L140
Non-nullable property 'DeckType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: service/src/Model/Session.cs#L411
Possible null reference return.
build: service/src/Model/Deck.cs#L64
Non-nullable field 'cards' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: service/src/Infrastructure/RedisSessionRepository.cs#L167
Possible null reference argument for parameter 'json' in 'SessionDto? JsonSerializer.Deserialize<SessionDto>(string json, JsonSerializerOptions? options = null)'.
build: service/src/Infrastructure/RedisSessionRepository.cs#L168
Possible null reference argument for parameter 'session' in 'Task RedisSessionRepository.PopulateGenerationAsync(SessionDto session)'.