Skip to content

Move codes from dogzz9445/DDT #7

Move codes from dogzz9445/DDT

Move codes from dogzz9445/DDT #7

Triggered via push June 5, 2024 09:04
Status Failure
Total duration 4m 31s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build (x64): src/Apps/Corathing.Organizer/Behaviors/DateTimeNowBehavior.cs#L15
'DateTimePicker' is an ambiguous reference between 'MahApps.Metro.Controls.DateTimePicker' and 'System.Windows.Forms.DateTimePicker'
build (x64): src/Apps/Corathing.Organizer/Controls/TitlebarControl.xaml.cs#L23
'UserControl' is an ambiguous reference between 'System.Windows.Controls.UserControl' and 'System.Windows.Forms.UserControl'
build (x64): src/Apps/Corathing.Organizer/Behaviors/DateTimeNowBehavior.cs#L15
'DateTimePicker' is an ambiguous reference between 'MahApps.Metro.Controls.DateTimePicker' and 'System.Windows.Forms.DateTimePicker'
build (x64): src/Apps/Corathing.Organizer/Controls/TitlebarControl.xaml.cs#L23
'UserControl' is an ambiguous reference between 'System.Windows.Controls.UserControl' and 'System.Windows.Forms.UserControl'
build (x64)
Process completed with exit code 1.
build (x64): src/Shared/Corathing.Contracts/Helpers/NameHelper.cs#L12
Cannot convert null literal to non-nullable reference type.
build (x64): src/Shared/Corathing.Contracts/Structures/EntityCollection.cs#L90
Cannot convert null literal to non-nullable reference type.
build (x64): src/Shared/Corathing.Contracts/Bases/Interfaces/IWorkflowState.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Bases/Interfaces/IProjectState.cs#L31
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Bases/Interfaces/IProjectState.cs#L32
Non-nullable property 'WorkflowIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Bases/WorkflowState.cs#L15
Non-nullable property 'Layouts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Bases/WorkflowState.cs#L16
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Bases/Interfaces/IProjectState.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Bases/WidgetState.cs#L22
Non-nullable property 'CoreSettings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Bases/WidgetState.cs#L23
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.