Skip to content

Introduce IDelegateCommandFactory for custom command implementation #139

Introduce IDelegateCommandFactory for custom command implementation

Introduce IDelegateCommandFactory for custom command implementation #139

Triggered via pull request November 25, 2023 19:05
Status Failure
Total duration 32s
Artifacts

build_mvvmgen.yml

on: pull_request
build-mvvmgen
22s
build-mvvmgen
build-mvvmgen-purecodegen
16s
build-mvvmgen-purecodegen
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-mvvmgen-purecodegen
The type or namespace name 'IDelegateCommand' could not be found (are you missing a using directive or an assembly reference?)
build-mvvmgen-purecodegen
The type or namespace name 'IDelegateCommand' could not be found (are you missing a using directive or an assembly reference?)
build-mvvmgen-purecodegen
Process completed with exit code 1.
build-mvvmgen-purecodegen: src/MvvmGen.SourceGenerators/Inspectors/ViewModelMemberInspector.cs#L247
Possible null reference argument for parameter 'propertyName' in 'CommandToGenerate.CommandToGenerate(CommandMethod executeMethod, string propertyName)'.
build-mvvmgen-purecodegen: src/MvvmGen.SourceGenerators/ViewModelGenerator.cs#L24
'MvvmGen.ViewModelGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build-mvvmgen-purecodegen: src/MvvmGen.SourceGenerators/Inspectors/ViewModelMemberInspector.cs#L247
Possible null reference argument for parameter 'propertyName' in 'CommandToGenerate.CommandToGenerate(CommandMethod executeMethod, string propertyName)'.
build-mvvmgen-purecodegen: src/MvvmGen.SourceGenerators/ViewModelGenerator.cs#L24
'MvvmGen.ViewModelGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build-mvvmgen: src/MvvmGen.SourceGenerators/Inspectors/ViewModelMemberInspector.cs#L247
Possible null reference argument for parameter 'propertyName' in 'CommandToGenerate.CommandToGenerate(CommandMethod executeMethod, string propertyName)'.
build-mvvmgen: src/MvvmGen.SourceGenerators/ViewModelGenerator.cs#L24
'MvvmGen.ViewModelGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build-mvvmgen: src/MvvmGen.SourceGenerators.Tests/ViewModelGeneratorTests/PropertyPublishEventAttributeTests.cs#L90
Null should not be used for type parameter 'publishCondition' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build-mvvmgen: src/MvvmGen.SourceGenerators/Inspectors/ViewModelMemberInspector.cs#L247
Possible null reference argument for parameter 'propertyName' in 'CommandToGenerate.CommandToGenerate(CommandMethod executeMethod, string propertyName)'.
build-mvvmgen: src/MvvmGen.SourceGenerators/ViewModelGenerator.cs#L24
'MvvmGen.ViewModelGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build-mvvmgen: src/MvvmGen.SourceGenerators.Tests/ViewModelGeneratorTests/PropertyPublishEventAttributeTests.cs#L90
Null should not be used for type parameter 'publishCondition' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)