Refactoring view models, updates and adding samples #43
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Plugin.Maui.Calendar/Shared/Interfaces/IPersonalizableDayEvent.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Plugin.Maui.Calendar/Shared/Interfaces/IPersonalizableDayEvent.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Plugin.Maui.Calendar/Shared/Interfaces/IPersonalizableDayEvent.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Plugin.Maui.Calendar/Shared/Interfaces/IPersonalizableDayEvent.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Plugin.Maui.Calendar/Shared/Controls/SelectionEngines/RangeSelectionEngine.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Plugin.Maui.Calendar/Shared/Controls/SelectionEngines/RangeSelectionEngine.cs#L93
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Plugin.Maui.Calendar/Shared/Controls/SelectionEngines/RangeSelectionEngine.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Plugin.Maui.Calendar/Shared/Interfaces/ISelectionEngine.cs#L37
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Plugin.Maui.Calendar/Shared/Controls/SelectionEngines/RangeSelectionEngine.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Plugin.Maui.Calendar/Shared/Controls/SelectionEngines/RangeSelectionEngine.cs#L50
The default value specified for parameter 'disabledDates' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
|
This job succeeded
Loading