Mudblazor components for TuningComponent #21
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/GuitarStringTensionCalculator/Components/Parts/DisplayChartComponent.razor#L11
Non-nullable property 'StringSet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/GuitarStringTensionCalculator/Components/Parts/DisplayChartComponent.razor#L13
Non-nullable property 'Series' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/GuitarStringTensionCalculator/Components/Parts/TuningComponent.razor#L130
Dereference of a possibly null reference.
|
src/GuitarStringTensionCalculator/Components/Pages/Generator.razor#L115
Possible null reference assignment.
|
src/GuitarStringTensionCalculator/Components/Pages/Generator.razor#L63
Non-nullable field 'Tunings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/GuitarStringTensionCalculator/Components/Pages/Generator.razor#L88
Non-nullable property 'numberOfStrings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/GuitarStringTensionCalculator/Components/Pages/Generator.razor#L98
Non-nullable property 'scaleLength' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/GuitarStringTensionCalculator/Components/Pages/Generator.razor#L108
Non-nullable property 'semitones' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/GuitarStringTensionCalculator/Components/Parts/TuningComponent.razor#L151
Converting null literal or possible null value to non-nullable type.
|
src/GuitarStringTensionCalculator/Components/Parts/TuningComponent.razor#L151
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading