Skip to content

Se agrega trabajo realizado, Commits en repositorio personal Martin M… #2

Se agrega trabajo realizado, Commits en repositorio personal Martin M…

Se agrega trabajo realizado, Commits en repositorio personal Martin M… #2

Triggered via push November 26, 2024 22:37
Status Success
Total duration 46s
Artifacts

dotnet-core.yml

on: push
build-test-generate-docs
37s
build-test-generate-docs
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test-generate-docs: src/Library/Domain/Battle.cs#L111
XML comment has badly formed XML -- 'An identifier was expected.'
build-test-generate-docs: src/Library/Domain/Attack.cs#L12
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build-test-generate-docs: src/Library/Domain/Attack.cs#L13
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build-test-generate-docs: src/Library/Domain/Battle.cs#L111
XML comment has badly formed XML -- 'The character(s) '=' cannot be used at this location.'
build-test-generate-docs: src/Library/Domain/Trainer.cs#L13
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build-test-generate-docs: src/Library/Domain/Trainer.cs#L14
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build-test-generate-docs: src/Library/Domain/Typelogic.cs#L11
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build-test-generate-docs: src/Library/Domain/Typelogic.cs#L12
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build-test-generate-docs: src/Library/Domain/Trainer.cs#L54
Cannot convert null literal to non-nullable reference type.
build-test-generate-docs: src/Library/Domain/Trainer.cs#L50
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.