Skip to content

fix(ODataClientFactory) #8

fix(ODataClientFactory)

fix(ODataClientFactory) #8

Triggered via pull request July 12, 2024 17:47
Status Success
Total duration 1m 31s
Artifacts
call-reusable-build-workflow  /  build
1m 20s
call-reusable-build-workflow / build
Fit to window
Zoom out
Zoom in

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.