fix(ODataClientFactory) #8
liquid-ci-cd-repository-odata.yml
on: pull_request
call-reusable-build-workflow
/
build
1m 20s
Annotations
13 warnings
call-reusable-build-workflow / build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataRepository.cs#L50
Possible null reference argument for parameter 'entryKey' in 'IBoundClient<TEntity> IFluentClient<TEntity, IBoundClient<TEntity>>.Key(params object[] entryKey)'.
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataRepository.cs#L58
Possible null reference argument for parameter 'entryKey' in 'IBoundClient<TEntity> IFluentClient<TEntity, IBoundClient<TEntity>>.Key(params object[] entryKey)'.
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataClientFactory.cs#L54
Dereference of a possibly null reference.
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataClientFactory.cs#L67
Enable server certificate validation on this SSL/TLS connection (https://rules.sonarsource.com/csharp/RSPEC-4830)
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataClientFactory.cs#L36
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataClientFactory.cs#L63
Remove the unused local variable 'handler'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataRepository.cs#L50
Possible null reference argument for parameter 'entryKey' in 'IBoundClient<TEntity> IFluentClient<TEntity, IBoundClient<TEntity>>.Key(params object[] entryKey)'.
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataRepository.cs#L58
Possible null reference argument for parameter 'entryKey' in 'IBoundClient<TEntity> IFluentClient<TEntity, IBoundClient<TEntity>>.Key(params object[] entryKey)'.
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataClientFactory.cs#L54
Dereference of a possibly null reference.
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataClientFactory.cs#L67
Enable server certificate validation on this SSL/TLS connection (https://rules.sonarsource.com/csharp/RSPEC-4830)
|
call-reusable-build-workflow / build
.NET Core 3.1 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.
|
call-reusable-build-workflow / build
.NET 5.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.
|