feat(Liquid.Repository.Odata): Create Liquid.Repository.Odata cartridge #1
liquid-ci-cd-repository-odata.yml
on: pull_request
call-reusable-build-workflow
/
build
1m 28s
Annotations
13 warnings
call-reusable-build-workflow / build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/Extensions/ILiquidRepositoryExtension.cs#L28
Dereference of a possibly null reference.
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataRepository.cs#L74
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#L87
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#L41
Dereference of a possibly null reference.
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataRepository.cs#L44
Define a constant instead of using this literal 'Token is required to perform this operation.' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataClientFactory.cs#L23
"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/ODataRepository.cs#L74
Review this call, which partially matches an overload without 'params'. The partial match is 'IBoundClient<TEntity> IFluentClient<TEntity, IBoundClient<TEntity>>.Key(IEnumerable<object> entryKey)'. (https://rules.sonarsource.com/csharp/RSPEC-3220)
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataRepository.cs#L87
Review this call, which partially matches an overload without 'params'. The partial match is 'IBoundClient<TEntity> IFluentClient<TEntity, IBoundClient<TEntity>>.Key(IEnumerable<object> entryKey)'. (https://rules.sonarsource.com/csharp/RSPEC-3220)
|
call-reusable-build-workflow / build:
src/Liquid.Repository.OData/ODataClientFactory.cs#L54
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#L50
Remove the unused local variable 'handler'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
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.
|