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

Publish NuGet Package #4

Publish NuGet Package

Publish NuGet Package #4

Triggered via release September 27, 2023 19:42
@wesdevprowesdevpro
published 701cf45
Status Failure
Total duration 38s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

publish_package.yml

on: release
build-and-publish-nuget
30s
build-and-publish-nuget
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
build-and-publish-nuget
Process completed with exit code 1.
build-and-publish-nuget: src/EducationTrail_CORE/Abstracts/Course.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish-nuget: src/EducationTrail_CORE/Abstracts/Course.cs#L13
Non-nullable property 'UniversityLocation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish-nuget: src/EducationTrail_CORE/Abstracts/Course.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish-nuget: src/EducationTrail_CORE/Abstracts/Course.cs#L15
Non-nullable property 'Professor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.