Skip to content

Add swagger docs

Add swagger docs #129

Triggered via push May 29, 2024 20:46
Status Success
Total duration 1m 9s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy: ReplayBrowser/Controllers/DataController.cs#L50
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Controllers/DataController.cs#L51
Non-nullable property 'Progress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Pages/ViewReplay.razor#L26
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Data/UsernameResponse.cs#L5
Non-nullable property 'userName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Data/UsernameResponse.cs#L7
Non-nullable property 'userId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Data/AccountHistoryResponse.cs#L7
Non-nullable property 'History' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Data/StorageUrl.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Data/StorageUrl.cs#L6
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Data/CollectedPlayerData.cs#L52
Non-nullable property 'CharacterName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: ReplayBrowser/Data/CollectedPlayerData.cs#L59
Non-nullable property 'JobPrototype' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.