Skip to content

Bump PeyrSharp.Env from 1.8.0.2308 to 2.0.0.2311 #22

Bump PeyrSharp.Env from 1.8.0.2308 to 2.0.0.2311

Bump PeyrSharp.Env from 1.8.0.2308 to 2.0.0.2311 #22

Triggered via push November 20, 2023 04:41
Status Success
Total duration 1m 0s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: DayBar/Classes/Global.cs#L40
Non-nullable property 'HomePage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DayBar/Classes/Global.cs#L41
Non-nullable property 'NotificationsPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DayBar/Classes/Global.cs#L42
Non-nullable property 'AboutPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DayBar/Classes/Global.cs#L43
Non-nullable property 'ThemePage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DayBar/Classes/Global.cs#L44
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DayBar/Classes/Global.cs#L45
Non-nullable property 'MainWindow' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DayBar/Pages/ThemePage.xaml.cs#L38
Non-nullable field 'ThemeSelectedBorder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DayBar/Pages/ThemePage.xaml.cs#L61
Cannot convert null literal to non-nullable reference type.
build: DayBar/Pages/NotificationsPage.xaml.cs#L48
Nullable value type may be null.
build: DayBar/Pages/NotificationsPage.xaml.cs#L103
Nullable value type may be null.