Skip to content

Improve performance of benchmark itself #30

Improve performance of benchmark itself

Improve performance of benchmark itself #30

Triggered via push March 2, 2024 17:52
Status Success
Total duration 53s
Artifacts

gh-pages.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, peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/TaTooIne.Demo/Models/CalculatedState.cs#L7
Non-nullable property 'FuncDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TaTooIne.Demo/Models/CalculatedState.cs#L9
Non-nullable property 'InputNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TaTooIne.Demo/Models/CalculatedState.cs#L11
Non-nullable property 'OutputNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TaTooIne.Demo/Models/CalculatedState.cs#L13
Non-nullable property 'InputValues' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TaTooIne.Demo/Models/CalculatedState.cs#L15
Non-nullable property 'OutputValues' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TaTooIne.Demo/Shared/NavMenu.razor#L51
Nullability of reference types in type of parameter 'sender' of 'void NavMenu.HandleLocationChanged(object sender, LocationChangedEventArgs args)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
build: src/TaTooIne.Demo/Shared/NavMenu.razor#L66
Nullability of reference types in type of parameter 'sender' of 'void NavMenu.HandleLocationChanged(object sender, LocationChangedEventArgs args)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
build: src/TaTooIne.Demo/DemoIndicators/IndicatorsIndex.razor#L52
Possible null reference return.
build: src/TaTooIne.Demo/DemoIndicators/IndicatorsIndex.razor#L42
Non-nullable field '_groups' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/TaTooIne.Demo/DemoIndicators/IndicatorData.razor#L48
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.