Deploy #20
Annotations
10 warnings
src/FishyFlip/Tools/Multiple.cs#L155
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/FishyFlip/Tools/MultipleBase.cs#L105
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/FishyFlip/Tools/Multiple.cs#L51
Nullability of reference types in value of type 'Multiple<T0?, T1>' doesn't match target type 'Multiple<T0, T1>'.
|
src/FishyFlip/Tools/Multiple.cs#L53
Nullability of reference types in value of type 'Multiple<T0, T1?>' doesn't match target type 'Multiple<T0, T1>'.
|
src/FishyFlip/Models/ThreadView.cs#L12
Possible null reference assignment.
|
src/FishyFlip/Models/ThreadView.cs#L10
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FishyFlip/Models/Result.cs#L19
Possible null reference argument for parameter 'value' in 'Result<T>.Result(T value)'.
|
src/FishyFlip/Models/Result.cs#L21
Possible null reference argument for parameter 'value' in 'Result<T>.Result(Error value)'.
|
src/FishyFlip/Models/Repost.cs#L14
Possible null reference assignment.
|
src/FishyFlip/Models/Repost.cs#L10
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading