Skip to content

SImulator sound view model refactoring. Allow to erase the sound #450

SImulator sound view model refactoring. Allow to erase the sound

SImulator sound view model refactoring. Allow to erase the sound #450

Triggered via push January 11, 2025 19:57
Status Success
Total duration 2m 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

31 warnings
build: src/SImulator/SImulator.ViewModel/Core/ErrorInfo.cs#L9
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SImulator/SImulator.ViewModel/Core/ErrorInfo.cs#L13
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SImulator/SImulator.ViewModel/ViewModel/MainViewModel.cs#L204
Non-nullable field '_activePlayerButtonCommand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/SImulator/SImulator.ViewModel/ViewModel/MainViewModel.cs#L204
Non-nullable field '_packageSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/SImulator/SImulator.ViewModel/Model/AppSettings.cs#L613
Non-nullable field '_logsFolder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/SImulator/SImulator.ViewModel/PlatformSpecific/PlatformManager.cs#L13
Non-nullable field 'Instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/SImulator/SImulator.ViewModel/Controllers/GameEngineController.cs#L144
'AppSettings.ShowTextNoFalstart' is obsolete
build: src/SImulator/SImulator.ViewModel/ViewModel/AppSettingsViewModel.cs#L61
'AppSettings.ShowTextNoFalstart' is obsolete
build: src/SImulator/SImulator.ViewModel/ViewModel/AppSettingsViewModel.cs#L61
'AppSettings.ShowTextNoFalstart' is obsolete
build: src/SImulator/SImulator.ViewModel/Controllers/PresentationController.cs#L480
'TableInfoViewModel.PlayerIndex' is obsolete: 'Implement players view model outside the table'
build: src/SIQuester/QTxtConverter/SITemplate.cs#L21
Non-nullable property 'PackageTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SIQuester/QTxtConverter/SITemplate.cs#L26
Non-nullable property 'RoundTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SIQuester/QTxtConverter/SITemplate.cs#L31
Non-nullable property 'ThemeTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SIQuester/QTxtConverter/SITemplate.cs#L36
Non-nullable property 'QuestionTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SIQuester/QTxtConverter/SITemplate.cs#L41
Non-nullable property 'AnswerTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SIQuester/QTxtConverter/SITemplate.cs#L46
Non-nullable property 'SeparatorTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SIQuester/QTxtConverter/SIPart.cs#L17
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SIQuester/QTxtConverter/ReadErrorEventArgs.cs#L20
Non-nullable property 'BestTry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SIQuester/QTxtConverter/ReadErrorEventArgs.cs#L20
Non-nullable property 'Index' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SIQuester/QTxtConverter/ReadErrorEventArgs.cs#L20
Non-nullable property 'NotReaded' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: src/Common/SIPackages/Question.cs#L44
'QuestionType' is obsolete
build: src/Common/SIPackages/AuthorInfoList.cs#L39
Possible null reference assignment.
build: src/Common/SIPackages/AuthorInfoList.cs#L51
Dereference of a possibly null reference.
build: src/Common/SIPackages/AuthorInfoList.cs#L56
Dereference of a possibly null reference.
build: src/Common/SIPackages/AuthorInfoList.cs#L61
Dereference of a possibly null reference.
build: src/Common/SIPackages/AuthorInfoList.cs#L66
Dereference of a possibly null reference.
build: src/Common/SIPackages/AuthorInfoList.cs#L71
Dereference of a possibly null reference.
build: src/Common/SIPackages/Containers/ZipSIPackageContainer.cs#L111
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
build: src/Common/SIPackages/Core/StreamInfo.cs#L12
Non-nullable property 'Stream' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.