Skip to content

Implement parsing pages with multiple rules #47

Implement parsing pages with multiple rules

Implement parsing pages with multiple rules #47

Triggered via pull request August 30, 2023 18:47
Status Failure
Total duration 59s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Sources/Kysect.Configuin.Tests/EditorConfigFileParsing/IniParserTests.cs#L12
Remove the underscores from member name Kysect.Configuin.Tests.EditorConfigFileParsing.IniParserTests.Parse_SimpleLine_ReturnParsedKeyValue() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: Sources/Kysect.Configuin.Tests/CodeStyleGeneration/CodeStyleGeneratorTests.cs#L32
Remove the underscores from member name Kysect.Configuin.Tests.CodeStyleGeneration.CodeStyleGeneratorTests.Generate_ForAllMsLearnDocumentation_FinishWithoutErrors() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: Sources/Kysect.Configuin.Tests/MsLearnRepositoryPathProviderTests.cs#L11
Remove the underscores from member name Kysect.Configuin.Tests.MsLearnRepositoryPathProviderTests.GetPath_ReturnExistsFileItems() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: Sources/Kysect.Configuin.Tests/EditorConfigFileParsing/IniParserTests.cs#L24
Remove the underscores from member name Kysect.Configuin.Tests.EditorConfigFileParsing.IniParserTests.Parse_LineWithComment_ReturnParsedKeyValue() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: Sources/Kysect.Configuin.Tests/EditorConfigFileParsing/IniParserTests.cs#L34
Remove the underscores from member name Kysect.Configuin.Tests.EditorConfigFileParsing.IniParserTests.Parse_EditorConfigFile_ParsedWithoutErrors() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: Sources/Kysect.Configuin.Tests/EditorConfigFileParsing/EditorConfigRuleParserTests.cs#L14
Remove the underscores from member name Kysect.Configuin.Tests.EditorConfigFileParsing.EditorConfigRuleParserTests.Parse_TabWidth_ReturnGeneralEditorRule() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: Sources/Kysect.Configuin.Tests/EditorConfigFileParsing/EditorConfigRuleParserTests.cs#L27
Remove the underscores from member name Kysect.Configuin.Tests.EditorConfigFileParsing.EditorConfigRuleParserTests.Parse_DotnetDiagnosticSeverity_ReturnRoslyntSeverityRule() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: Sources/Kysect.Configuin.Tests/MsLearnDocumentation/RoslynRuleIdTests.cs#L23
Remove the underscores from member name Kysect.Configuin.Tests.MsLearnDocumentation.RoslynRuleIdTests.Parse_WithIncorrectPrefix_ThrowException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: Sources/Kysect.Configuin.Tests/EditorConfigFileParsing/EditorConfigRuleParserTests.cs#L40
Remove the underscores from member name Kysect.Configuin.Tests.EditorConfigFileParsing.EditorConfigRuleParserTests.Parse_KeyWithDots_ReturnCompositeOptionRule() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: Sources/Kysect.Configuin.Tests/EditorConfigFileParsing/EditorConfigRuleParserTests.cs#L55
Remove the underscores from member name Kysect.Configuin.Tests.EditorConfigFileParsing.EditorConfigRuleParserTests.Parse_StyleOption_ReturnOptionRule() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)