Release #5
Annotations
2 errors and 10 warnings
release
Assets file 'D:\a\CSA-USB-Tool\CSA-USB-Tool\CSAUSBTool.CrossPlatform.Desktop\obj\project.assets.json' doesn't have a target for 'net8.0/linux-x64'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project. You may also need to include 'linux-x64' in your project's RuntimeIdentifiers.
|
release
Process completed with exit code 1.
|
release:
CSAUSBTool.CrossPlatform/Core/HttpClientDownloadWithProgress.cs#L21
Non-nullable event 'ProgressChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
release:
CSAUSBTool.CrossPlatform/Models/SeasonSoftwareList.cs#L21
Non-nullable property 'Program' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
release:
CSAUSBTool.CrossPlatform/Models/SeasonSoftwareList.cs#L26
Non-nullable property 'Program' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
release:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftwareGroup.cs#L16
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
release:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftwareGroup.cs#L16
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
release:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftwareGroup.cs#L16
Non-nullable property 'Software' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
release:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftwareGroup.cs#L16
Non-nullable property 'SelectedSoftware' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
release:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftware.cs#L29
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
release:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftware.cs#L29
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
release:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftware.cs#L29
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|