Skip to content

feat: implement service management functionality #97

feat: implement service management functionality

feat: implement service management functionality #97

Triggered via push August 29, 2023 17:59
Status Success
Total duration 2m 24s
Billable time 6m
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
build (Debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 (Debug)
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 (Debug): GroomWise.Domain/Entities/Account.cs#L17
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): GroomWise.Infrastructure/Authentication/Entities/SessionInfo.cs#L14
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug)
The type 'AccessModifier' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Attributes.InjectAttribute.g.cs' conflicts with the imported type 'AccessModifier' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Attributes.InjectAttribute.g.cs'.
build (Debug)
The type 'IEventAggregator' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventAggregator.g.cs' conflicts with the imported type 'IEventAggregator' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventAggregator.g.cs'.
build (Debug)
The type 'IEventSubscriber<TEvent>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.
build (Debug)
The type 'IEventSubscriber<TEvent1, TEvent2>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent1, TEvent2>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.
build (Debug)
The type 'IEventSubscriber<TEvent1, TEvent2, TEvent3>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent1, TEvent2, TEvent3>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.
build (Debug)
The type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.
build (Debug)
The type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4, TEvent5>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4, TEvent5>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.
build (Debug)
The type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4, TEvent5, TEvent6>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4, TEvent5, TEvent6>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 (Release)
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 (Release): GroomWise.Domain/Entities/Account.cs#L17
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): GroomWise.Infrastructure/Authentication/Entities/SessionInfo.cs#L14
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release)
The type 'AccessModifier' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Attributes.InjectAttribute.g.cs' conflicts with the imported type 'AccessModifier' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Attributes.InjectAttribute.g.cs'.
build (Release)
The type 'IEventAggregator' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventAggregator.g.cs' conflicts with the imported type 'IEventAggregator' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventAggregator.g.cs'.
build (Release)
The type 'IEventSubscriber<TEvent>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.
build (Release)
The type 'IEventSubscriber<TEvent1, TEvent2>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent1, TEvent2>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.
build (Release)
The type 'IEventSubscriber<TEvent1, TEvent2, TEvent3>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent1, TEvent2, TEvent3>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.
build (Release)
The type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.
build (Release)
The type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4, TEvent5>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4, TEvent5>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.
build (Release)
The type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4, TEvent5, TEvent6>' in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs' conflicts with the imported type 'IEventSubscriber<TEvent1, TEvent2, TEvent3, TEvent4, TEvent5, TEvent6>' in 'GroomWise.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'MvvmGen.PureCodeGeneration.SourceGenerators\MvvmGen.ViewModelGenerator\MvvmGen.Events.IEventSubscriber.g.cs'.