Skip to content

added roles endpoints #13

added roles endpoints

added roles endpoints #13

Triggered via pull request June 7, 2024 20:33
Status Success
Total duration 48s
Artifacts

webapi-cicd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: api/framework/Infrastructure/Cors/CorsOptions.cs#L4
Non-nullable property 'AllowedOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/framework/Infrastructure/Identity/Roles/RoleService.cs#L20
Possible null reference assignment.
build: api/framework/Infrastructure/Identity/Roles/RoleService.cs#L30
Possible null reference assignment.
build: api/framework/Infrastructure/Identity/Roles/RoleService.cs#L49
Possible null reference assignment.
build: api/framework/Infrastructure/Cors/CorsOptions.cs#L4
Change 'AllowedOrigins' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
build: api/framework/Infrastructure/Cors/CorsOptions.cs#L4
Change 'List<string>' in 'CorsOptions.AllowedOrigins' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
build: api/framework/Infrastructure/Cors/CorsOptions.cs#L4
Non-nullable property 'AllowedOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/framework/Infrastructure/Identity/Roles/RoleService.cs#L20
Possible null reference assignment.
build: api/framework/Infrastructure/Identity/Roles/RoleService.cs#L30
Possible null reference assignment.
build: api/framework/Infrastructure/Identity/Roles/RoleService.cs#L49
Possible null reference assignment.