Allow to set default image duration in SIQuester #277
Annotations
31 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build SImulator:
src/SImulator/SImulator.ViewModel/ViewModel/MainViewModel.cs#L191
Non-nullable field '_activePlayerButtonCommand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build SImulator:
src/SImulator/SImulator.ViewModel/ViewModel/MainViewModel.cs#L191
Non-nullable field '_packageSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build SImulator:
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 SImulator:
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 SImulator:
src/SImulator/SImulator.ViewModel/Listeners/PresentationListener.cs#L34
Non-nullable property 'Next' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build SImulator:
src/SImulator/SImulator.ViewModel/Listeners/PresentationListener.cs#L34
Non-nullable property 'Back' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build SImulator:
src/SImulator/SImulator.ViewModel/Listeners/PresentationListener.cs#L34
Non-nullable property 'NextRound' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build SImulator:
src/SImulator/SImulator.ViewModel/Listeners/PresentationListener.cs#L34
Non-nullable property 'PreviousRound' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build SImulator:
src/SImulator/SImulator.ViewModel/Listeners/PresentationListener.cs#L34
Non-nullable property 'Stop' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build SImulator:
src/SImulator/SImulator.ViewModel/Controllers/PresentationController.cs#L447
'TableInfoViewModel.PlayerIndex' is obsolete: 'Implement players view model outside the table'
|
Build SIQuester:
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 SIQuester:
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 SIQuester:
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 SIQuester:
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 SIQuester:
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 SIQuester:
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 SIQuester:
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 SIQuester:
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 SIQuester:
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 SIQuester:
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 SIGame:
src/SICore/SIData/FileKey.cs#L18
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build SIGame:
src/SICore/SIData/AppSettingsCore.cs#L357
'AppSettingsCore.UsePingPenalty' is obsolete: 'Replaced with ButtonPressMode property'
|
Build SIGame:
src/SICore/SIData/AppSettingsCore.cs#L385
'AppSettingsCore.UsePingPenalty' is obsolete: 'Replaced with ButtonPressMode property'
|
Build SIGame:
src/SICore/SIData/ComputerAccount.cs#L66
Cannot convert null literal to non-nullable reference type.
|
Build SIGame:
src/SICore/SIData/ComputerAccount.cs#L179
Cannot convert null literal to non-nullable reference type.
|
Build SIGame:
src/SICore/SIData/ComputerAccountInfo.cs#L11
Non-nullable property 'Picture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build SIGame:
src/SICore/SIData/ComputerAccountInfo.cs#L16
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build SIGame:
src/SICore/SIData/ComputerAccount.cs#L444
Dereference of a possibly null reference.
|
Build SIGame:
src/SICore/SIData/ConnectionPersonData.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build SIGame:
src/SICore/SIData/GameSettingsCore.cs#L16
Non-nullable property 'HumanPlayerName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading