Skip to content

mkdocsyml edit

mkdocsyml edit #95

Triggered via push April 21, 2025 14:52
Status Success
Total duration 34s
Artifacts

dotnet_build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Swytch/Structures/ResponseStructureModel.cs#L23
Missing XML comment for publicly visible type or member 'InternalErrorResponseModel.Message'
build: Swytch/Structures/ResponseStructureModel.cs#L22
Missing XML comment for publicly visible type or member 'InternalErrorResponseModel.Status'
build: Swytch/Structures/ResponseStructureModel.cs#L12
Missing XML comment for publicly visible type or member 'ResponseStructureModel<T>.ResponseStructureModel(string, T)'
build: Swytch/Structures/ResponseStructureModel.cs#L10
Missing XML comment for publicly visible type or member 'ResponseStructureModel<T>.Data'
build: Swytch/Structures/ResponseStructureModel.cs#L9
Missing XML comment for publicly visible type or member 'ResponseStructureModel<T>.Status'
build: Swytch/Structures/Auth.cs#L14
Missing XML comment for publicly visible type or member 'AuthResponse.ClaimsPrincipal'
build: Swytch/Structures/Auth.cs#L13
Missing XML comment for publicly visible type or member 'AuthResponse.IsAuthenticated'
build: Swytch/App/Swytch.cs#L38
Missing XML comment for publicly visible type or member 'SwytchApp.SwytchApp(SwytchConfig?)'
build: Swytch/App/Swytch.cs#L466
Dereference of a possibly null reference.
build: Swytch/App/Swytch.cs#L38
Non-nullable field '_server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.