Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

new AssetManager

new AssetManager #45

Triggered via pull request May 19, 2024 13:43
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: pull_request
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: HeatOptimiser/ViewModels/SourceDataViewModel.cs#L75
Non-nullable field '_errorFilePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: HeatOptimiser/ViewModels/SourceDataViewModel.cs#L75
Non-nullable field '_errorSelectRow' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: HeatOptimiser/ViewModels/SourceDataViewModel.cs#L75
Non-nullable field '_errorSelectColumn' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: HeatOptimiser/Classes/SourceDataManager.cs#L22
Non-nullable property 'LoadedData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HeatOptimiser/ViewModels/MainWindowViewModel.cs#L56
Non-nullable field 'showButtons' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: HeatOptimiser/ViewModels/MainWindowViewModel.cs#L56
Non-nullable field '_currentView' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: HeatOptimiser/ViewModels/MainWindowViewModel.cs#L56
Non-nullable property 'OpenSourceDataManagerCommand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HeatOptimiser/ViewModels/AssetManagerViewModel.cs#L57
Non-nullable field '_assetName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: HeatOptimiser/ViewModels/AssetManagerViewModel.cs#L57
Non-nullable field '_assetHeat' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: HeatOptimiser/ViewModels/AssetManagerViewModel.cs#L57
Non-nullable field '_assetElectricity' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.