Skip to content

Bump dotnet-ef from 8.0.4 to 8.0.7 in /src/backend #339

Bump dotnet-ef from 8.0.4 to 8.0.7 in /src/backend

Bump dotnet-ef from 8.0.4 to 8.0.7 in /src/backend #339

Triggered via pull request July 16, 2024 21:56
Status Success
Total duration 1m 34s
Artifacts

backend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings and 10 notices
build: src/backend/WebApi/Database/BloggingContext.cs#L57
"[CollectionNeverUpdated.Global] Content of collection 'Posts' is never updated" on /home/runner/work/test/test/src/backend/WebApi/Database/BloggingContext.cs(57,1687)
build: src/backend/WebApi/Entities/GenericValue.cs#L12
"[UnusedAutoPropertyAccessor.Global] Auto-property accessor 'Value.get' is never used" on /home/runner/work/test/test/src/backend/WebApi/Entities/GenericValue.cs(12,393)
build: src/backend/WebApi/Messaging/RabbitMqHelper.cs#L75
"[UnusedParameter.Local] Parameter 'bc' is never used" on /home/runner/work/test/test/src/backend/WebApi/Messaging/RabbitMqHelper.cs(75,3040)
build: tests/backend/WebApi.Tests/Controllers/BloggingControllerTests.cs#L53
"[PossibleMultipleEnumeration] Possible multiple enumeration" on /home/runner/work/test/test/tests/backend/WebApi.Tests/Controllers/BloggingControllerTests.cs(53,1590)
build: tests/backend/WebApi.Tests/Controllers/BloggingControllerTests.cs#L54
"[PossibleMultipleEnumeration] Possible multiple enumeration" on /home/runner/work/test/test/tests/backend/WebApi.Tests/Controllers/BloggingControllerTests.cs(54,1639)
build: src/backend/WebApi/Database/BloggingContext.cs#L35
"[UnusedMemberInSuper.Global] Only implementations of property 'BlogId' are used" on /home/runner/work/test/test/src/backend/WebApi/Database/BloggingContext.cs(35,1095)
build: src/backend/WebApi/Database/BloggingContext.cs#L41
"[UnusedMemberInSuper.Global] Only implementations of property 'Title' are used" on /home/runner/work/test/test/src/backend/WebApi/Database/BloggingContext.cs(41,1261)
build: src/backend/WebApi/Database/BloggingContext.cs#L47
"[UnusedMemberInSuper.Global] Only implementations of property 'Url' are used" on /home/runner/work/test/test/src/backend/WebApi/Database/BloggingContext.cs(47,1440)
build: src/backend/WebApi/Database/BloggingContext.cs#L94
"[UnusedMemberInSuper.Global] Only implementations of property 'PostId' are used" on /home/runner/work/test/test/src/backend/WebApi/Database/BloggingContext.cs(94,2607)
build: src/backend/WebApi/Database/BloggingContext.cs#L100
"[UnusedMemberInSuper.Global] Only implementations of property 'Title' are used" on /home/runner/work/test/test/src/backend/WebApi/Database/BloggingContext.cs(100,2781)
build: src/backend/WebApi/Database/BloggingContext.cs#L106
"[UnusedMemberInSuper.Global] Only implementations of property 'Content' are used" on /home/runner/work/test/test/src/backend/WebApi/Database/BloggingContext.cs(106,2960)
build: src/backend/WebApi/Database/BloggingContext.cs#L112
"[UnusedMemberInSuper.Global] Only implementations of property 'BlogId' are used" on /home/runner/work/test/test/src/backend/WebApi/Database/BloggingContext.cs(112,3150)
build: src/backend/WebApi/Entities/PostDto.cs#L44
"[UnusedMember.Global] Method 'FromEntity' is never used" on /home/runner/work/test/test/src/backend/WebApi/Entities/PostDto.cs(44,1341)
build: src/backend/WebApi/Entities/VersionInformation.cs#L17
"[UnusedMember.Global] Property 'Constants' is never used" on /home/runner/work/test/test/src/backend/WebApi/Entities/VersionInformation.cs(17,541)
build: src/backend/WebApi/Entities/VersionInformation.cs#L25
"[UnusedMember.Global] Property 'Version' is never used" on /home/runner/work/test/test/src/backend/WebApi/Entities/VersionInformation.cs(25,889)