Skip to content

oauth appsettings 구성 방식 변경 #322

oauth appsettings 구성 방식 변경

oauth appsettings 구성 방식 변경 #322

Triggered via push March 3, 2024 01:43
Status Success
Total duration 1m 9s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/.
build: HelloJkwCore/GameLibra/Page/LibraHome.razor#L36
Found markup element with unexpected name 'AuthorizeView'. If this is intended to be a component, add a @using directive for its namespace.
build: HelloJkwCore/GameLibra/Page/LibraHome.razor#L37
Found markup element with unexpected name 'Authorized'. If this is intended to be a component, add a @using directive for its namespace.
build: HelloJkwCore/ProjectPingpong/Model/SetData.cs#L33
Dereference of a possibly null reference.
build: HelloJkwCore/ProjectPingpong/Pages/PpSelectDialog.razor#L8
Dereference of a possibly null reference.
build: HelloJkwCore/ProjectPingpong/Pages/PpSelectDialog.razor#L24
Non-nullable property 'MudDialog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HelloJkwCore/ProjectPingpong/Pages/Match/PpMatchView1.razor#L15
Non-nullable property 'Match' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HelloJkwCore/ProjectPingpong/Pages/PpConfirmDialog.razor#L14
Non-nullable property 'MudDialog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HelloJkwCore/ProjectPingpong/Service/PpService.cs#L95
Converting null literal or possible null value to non-nullable type.
build: HelloJkwCore/ProjectPingpong/Service/PpService.cs#L174
Converting null literal or possible null value to non-nullable type.
build: HelloJkwCore/ProjectPingpong/Pages/Competition/PpCompetitionPlayerSetting.razor#L20
Non-nullable property 'CompetitionData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.