Skip to content

scoreboard works now yay #7

scoreboard works now yay

scoreboard works now yay #7

Triggered via push April 20, 2024 10:18
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: scoreboard2/scoreboard2/Models/Baseball/Inning.cs#L8
'InningType' defines operator == or operator != but does not override Object.Equals(object o)
build: scoreboard2/scoreboard2/Models/Baseball/Inning.cs#L8
'InningType' defines operator == or operator != but does not override Object.GetHashCode()
build: scoreboard2/scoreboard2/Common/DataTemplates/ScoreControlDataTemplate.cs#L16
Nullability of reference types in type of parameter 'param' of 'bool ScoreControlDataTemplate.Match(object param)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
build: scoreboard2/scoreboard2/Common/DataTemplates/ScoreControlDataTemplate.cs#L10
Nullability of reference types in type of parameter 'param' of 'Control ScoreControlDataTemplate.Build(object param)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
build: scoreboard2/scoreboard2/Converters/TextBoxString2IntConverter.cs#L12
Dereference of a possibly null reference.
build: scoreboard2/scoreboard2/Converters/TextBoxString2IntConverter.cs#L12
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build: scoreboard2/scoreboard2/Converters/TextBoxInt2StringConverter.cs#L12
Dereference of a possibly null reference.
build: scoreboard2/scoreboard2/Converters/TextBoxInt2StringConverter.cs#L12
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build: scoreboard2/scoreboard2/Models/Baseball/Inning.cs#L8
'InningType' defines operator == or operator != but does not override Object.Equals(object o)
build: scoreboard2/scoreboard2/Models/Baseball/Inning.cs#L8
'InningType' defines operator == or operator != but does not override Object.GetHashCode()