Skip to content

feat: update tsc log sdk #31

feat: update tsc log sdk

feat: update tsc log sdk #31

Triggered via push August 31, 2024 10:05
Status Failure
Total duration 3m 4s
Artifacts

Codecov.yml

on: push
Matrix: codecov
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
codecov (5, 16)
Process completed with exit code 1.
codecov (5, 16)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, everpcpc/elasticsearch-action@v2, actions/setup-java@v1, actions/cache@v1, 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/
codecov (5, 16)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, everpcpc/elasticsearch-action@v2, actions/setup-java@v1, actions/cache@v1, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
codecov (5, 16)
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
codecov (5, 16)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/RedisModel.cs#L8
Non-nullable property 'RedisHost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/RedisModel.cs#L14
Non-nullable property 'RedisPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/ElasticModel.cs#L8
Non-nullable property 'Nodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/ElasticModel.cs#L10
Non-nullable property 'Index' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/ElasticModel.cs#L12
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/ElasticModel.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/DbModel.cs#L8
Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/DbModel.cs#L12
Non-nullable property 'Database' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/DbModel.cs#L14
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/DbModel.cs#L16
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.