Merge pull request #81 from thomasclaudiushuber/issue/72 #138
Annotations
6 warnings
src/MvvmGen.SourceGenerators/Inspectors/ViewModelMemberInspector.cs#L247
Possible null reference argument for parameter 'propertyName' in 'CommandToGenerate.CommandToGenerate(CommandMethod executeMethod, string propertyName)'.
|
src/MvvmGen.SourceGenerators/ViewModelGenerator.cs#L24
'MvvmGen.ViewModelGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
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)
|
src/MvvmGen.SourceGenerators/Inspectors/ViewModelMemberInspector.cs#L247
Possible null reference argument for parameter 'propertyName' in 'CommandToGenerate.CommandToGenerate(CommandMethod executeMethod, string propertyName)'.
|
src/MvvmGen.SourceGenerators/ViewModelGenerator.cs#L24
'MvvmGen.ViewModelGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
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)
|
The logs for this run have expired and are no longer available.
Loading