Skip to content

Create CODE_OF_CONDUCT.md #8

Create CODE_OF_CONDUCT.md

Create CODE_OF_CONDUCT.md #8

Triggered via push January 29, 2024 16:29
Status Success
Total duration 1m 6s
Artifacts

dotnet.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: VideoPlatform.Common/Infrastructure/Extensions/ControllersExtension.cs#L11
'FluentValidationMvcExtensions.AddFluentValidation(IMvcBuilder, Action<FluentValidationMvcConfiguration>)' is obsolete: 'Calling AddFluentValidation() is deprecated. Call services.AddFluentValidationAutoValidation().AddFluentValidationClientsideAdapters() instead, which has the same effect. For details see https://github.com/FluentValidation/FluentValidation/issues/1965'
build: VideoPlatform.AuthenticationService/Quickstart/Grants/GrantsController.cs#L61
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountController.cs#L23
Missing XML comment for publicly visible type or member 'AccountController'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountController.cs#L32
Missing XML comment for publicly visible type or member 'AccountController.AccountController(UserManager<AppUser>, SignInManager<AppUser>, IIdentityServerInteractionService, IClientStore, IAuthenticationSchemeProvider, IEventService)'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountController.cs#L184
Missing XML comment for publicly visible type or member 'AccountController.AccessDenied()'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountOptions.cs#L10
Missing XML comment for publicly visible type or member 'AccountOptions'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountOptions.cs#L12
Missing XML comment for publicly visible type or member 'AccountOptions.AllowLocalLogin'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountOptions.cs#L13
Missing XML comment for publicly visible type or member 'AccountOptions.AllowRememberLogin'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountOptions.cs#L14
Missing XML comment for publicly visible type or member 'AccountOptions.RememberMeLoginDuration'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountOptions.cs#L16
Missing XML comment for publicly visible type or member 'AccountOptions.ShowLogoutPrompt'