Introduce IDelegateCommandFactory for custom command implementation #139
build_mvvmgen.yml
on: pull_request
build-mvvmgen
22s
build-mvvmgen-purecodegen
16s
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)
|