Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Merge pull request #6 from DMurf/Include-service-tests #29

Merge pull request #6 from DMurf/Include-service-tests

Merge pull request #6 from DMurf/Include-service-tests #29

Triggered via push May 5, 2024 16:22
Status Success
Total duration 2m 59s
Artifacts

dotnet-prod.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: Introspective.Core/Entities/Ticket.cs#L26
Non-nullable property 'TicketContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Ticket.cs#L26
Non-nullable property 'TicketCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Ticket.cs#L26
Non-nullable property 'TicketColumn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Account.cs#L20
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Account.cs#L20
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Board.cs#L18
Non-nullable property 'BoardName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/BoardConfiguration.cs#L16
Non-nullable property 'ConfigName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/BoardConfiguration.cs#L16
Non-nullable property 'ConfigDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/BoardConfiguration.cs#L16
Non-nullable property 'ColumnNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Ticket.cs#L26
Non-nullable property 'TicketContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Ticket.cs#L26
Non-nullable property 'TicketCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Ticket.cs#L26
Non-nullable property 'TicketColumn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Sprint.cs#L18
Non-nullable property 'SprintName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Project.cs#L12
Non-nullable property 'ProjectName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Account.cs#L20
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Account.cs#L20
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Board.cs#L18
Non-nullable property 'BoardName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Niko.cs#L16
Non-nullable property 'UnicodeValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Introspective.Core/Entities/Niko.cs#L16
Non-nullable property 'UnicodeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.