Skip to content

Use of MudDataGrid

Use of MudDataGrid #24

Triggered via pull request July 16, 2024 18:38
@blfuentesblfuentes
opened #32
dev
Status Success
Total duration 1m 50s
Artifacts

pullrequest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
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/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/GuitarStringTensionCalculator/Components/Parts/DisplayChartComponent.razor#L10
Non-nullable property 'StringSet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GuitarStringTensionCalculator/Components/Parts/DisplayChartComponent.razor#L12
Non-nullable property 'Series' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GuitarStringTensionCalculator/Components/Pages/Generator.razor#L117
Possible null reference assignment.
build: src/GuitarStringTensionCalculator/Components/Pages/Generator.razor#L65
Non-nullable field 'Tunings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/GuitarStringTensionCalculator/Components/Pages/Generator.razor#L90
Non-nullable property 'numberOfStrings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GuitarStringTensionCalculator/Components/Pages/Generator.razor#L100
Non-nullable property 'scaleLength' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GuitarStringTensionCalculator/Components/Pages/Generator.razor#L110
Non-nullable property 'semitones' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GuitarStringTensionCalculator/Components/Parts/TuningComponent.razor#L126
Dereference of a possibly null reference.
build: src/GuitarStringTensionCalculator/Components/Parts/TuningComponent.razor#L147
Converting null literal or possible null value to non-nullable type.