Skip to content

Merge branch 'main' into development #17

Merge branch 'main' into development

Merge branch 'main' into development #17

Triggered via push September 20, 2025 05:54
Status Success
Total duration 29s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
release: test/MapperAI.Test/PdfMapperTests.cs#L63
Non-nullable property 'Projects' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: test/MapperAI.Test/PdfMapperTests.cs#L60
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: test/MapperAI.Test/PdfMapperTests.cs#L59
Non-nullable property 'Curso' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: test/MapperAI.Test/PdfMapperTests.cs#L58
Non-nullable property 'Faculdade' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: test/MapperAI.Test/PdfMapperTests.cs#L70
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: test/MapperAI.Test/ClassMapperTests.cs#L55
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: test/MapperAI.Test/ClassMapperTests.cs#L50
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: src/MapperAI.Core/Mappers/Models/MapperClassContent.cs#L7
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: src/MapperAI.Core/Mappers/Models/MapperClassContent.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: src/MapperAI.Core/Clients/Models/MapperClientConfiguration.cs#L14
Non-nullable property 'Endpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.