Skip to content

(#30) add updatedAt field #531

(#30) add updatedAt field

(#30) add updatedAt field #531

Triggered via push April 30, 2024 11:23
Status Success
Total duration 2m 37s
Artifacts
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build-and-test (MiniSpace.APIGateway/src/MiniSpace.APIGateway)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-test (MiniSpace.APIGateway/src/MiniSpace.APIGateway)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-test (MiniSpace.APIGateway/src/MiniSpace.APIGateway)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.0.1/dist/codecov' failed with exit code 1
build-and-test (MiniSpace.Web/src/MiniSpace.Web)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-test (MiniSpace.Web/src/MiniSpace.Web)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L31
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L34
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L37
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Areas/Identity/Identity.razor.cshtml#L17
'Areas_Identity_Identity_razor.OnInitializedAsync()': new protected member declared in sealed type
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Shared/NavMenu.razor#L38
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-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Account/UpdateAccount.razor#L45
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-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Organizer/EventCreate.razor#L132
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-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Account/CompleteRegistration.razor#L64
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-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Greeting.razor#L20
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-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Events/EventsSearch.razor#L203
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-and-test (MiniSpace.Web/src/MiniSpace.Web)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.0.1/dist/codecov' failed with exit code 1
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/Rng.cs#L14
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/Rng.cs#L14
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)