Skip to content

AllowAnonymous on registration endpoint #4

AllowAnonymous on registration endpoint

AllowAnonymous on registration endpoint #4

Triggered via push April 21, 2024 10:18
Status Failure
Total duration 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
build: PocketDDD.Server/PocketDDD.Server.WebAPI/Controllers/RegistrationController.cs#L21
The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
build: PocketDDD.Server/PocketDDD.Server.WebAPI/Controllers/RegistrationController.cs#L21
The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
build: PocketDDD.Server/PocketDDD.Server.WebAPI/Controllers/RegistrationController.cs#L21
The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
build: PocketDDD.Server/PocketDDD.Server.WebAPI/Controllers/RegistrationController.cs#L21
The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: PocketDDD.Shared/API/ResponseDTOs/FeedbackResponseDTO.cs#L10
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PocketDDD.Server/PocketDDD.Server.Model/DBModel/EventDetail.cs#L6
Non-nullable property 'SessionizeId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PocketDDD.Server/PocketDDD.Server.Model/DBModel/EventDetail.cs#L8
Non-nullable property 'Tracks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PocketDDD.Server/PocketDDD.Server.Model/DBModel/EventDetail.cs#L9
Non-nullable property 'TimeSlots' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PocketDDD.Server/PocketDDD.Server.Model/DBModel/EventDetail.cs#L10
Non-nullable property 'Sessions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L78
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L79
Non-nullable property 'firstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L80
Non-nullable property 'lastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L81
Non-nullable property 'bio' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L82
Non-nullable property 'tagLine' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.