Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dotnet monorepo #701

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Update dotnet monorepo #701

merged 1 commit into from
Jan 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Microsoft.AspNetCore.Authentication.JwtBearer (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.AspNetCore.OpenApi (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Analyzers (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.InMemory (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Relational (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Tools (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.Extensions.Configuration.Binder (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.Extensions.Diagnostics.HealthChecks (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.Extensions.Options (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
dotnet-sdk 8.0.100 -> 8.0.101 age adoption passing confidence dotnet-sdk patch

Release Notes

dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)

v8.0.1

dotnet/efcore (Microsoft.EntityFrameworkCore)

v8.0.1: .NET 8.0.1

Release

dotnet/runtime (Microsoft.Extensions.Configuration.Binder)

v8.0.1

dotnet/sdk (dotnet-sdk)

v8.0.101

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot added enhancement New feature or request maintenance labels Jan 9, 2024
Copy link

github-actions bot commented Jan 9, 2024

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

Copy link

github-actions bot commented Jan 10, 2024

Test Results

282 tests  ±0   282 ✅ ±0   4s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 1593769. ± Comparison against base commit 0ec16d4.

This pull request removes 17 and adds 17 tests. Note that renamed tests count towards both.
HomeInventory.Tests.Systems.Mapping.ContractsMappingsTests ‑ ShouldMap(instance: AuthenticateResult { Id = 01HKR6BTSYPD93DK0R85TXWGWX, Token = Tokenbf9e779a-e588-459a-bad1-20186312f61b }, destination: typeof(HomeInventory.Contracts.LoginResponse))
HomeInventory.Tests.Systems.Mapping.ContractsMappingsTests ‑ ShouldMap(instance: LoginRequest { Email = Email3ad4a12c-6f31-4295-a6bd-6e2ee9179dda, Password = Password20b1437a-d781-4abe-a031-8a1bb3c2a30c }, destination: typeof(HomeInventory.Application.Cqrs.Queries.Authenticate.AuthenticateQuery))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: 01HKR6BTFBCSED3WCATCJYX6K8, destination: typeof(HomeInventory.Domain.ValueObjects.ProductId))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: 01HKR6BTFBVFMNJMKCK9C56KXV, destination: typeof(System.Ulid))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: Amount { Unit = Liter, Value = 16 }, destination: typeof(HomeInventory.Infrastructure.Persistence.Models.ProductAmountModel))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: ProductAmountModel { UnitName = "CubicMeter", Value = 12 }, destination: typeof(HomeInventory.Domain.ValueObjects.Amount))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: 01HKR6BTKQ9T0XT7Q5F3SAWKXY, destination: typeof(string))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: 01HKR6BTKQB9Y74G6GDD9XDG5W, destination: typeof(System.Ulid))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: RegisterRequest { Email = Email61ad5440-acc5-4a60-95cc-e81050285d8d, Password = Password47d1353b-b9d8-445f-8de7-34430511227c }, destination: typeof(HomeInventory.Application.Cqrs.Queries.UserId.UserIdQuery))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: RegisterRequest { Email = Email7a22f0ed-ad09-43cc-be52-d8cc0f79237f, Password = Password92477b1f-d735-4df7-8266-18202308bdfd }, destination: typeof(HomeInventory.Application.Cqrs.Commands.Register.RegisterCommand))
…
HomeInventory.Tests.Systems.Mapping.ContractsMappingsTests ‑ ShouldMap(instance: AuthenticateResult { Id = 01HKRRN6PZJ8PY0PKJBMGS3SC5, Token = Tokena4afcba4-f947-4489-a7fd-0e363a3cb02d }, destination: typeof(HomeInventory.Contracts.LoginResponse))
HomeInventory.Tests.Systems.Mapping.ContractsMappingsTests ‑ ShouldMap(instance: LoginRequest { Email = Emailf0651341-e5d2-4401-8e18-42000eb8a8e2, Password = Passworda064b0bc-ec0d-4a6b-be05-ab9a6ade657a }, destination: typeof(HomeInventory.Application.Cqrs.Queries.Authenticate.AuthenticateQuery))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: 01HKRRN6P1GS5M550KRFR2R2JK, destination: typeof(System.Ulid))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: 01HKRRN6P1K3CS478EM4WYNB7D, destination: typeof(HomeInventory.Domain.ValueObjects.ProductId))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: Amount { Unit = CubicMeter, Value = 113 }, destination: typeof(HomeInventory.Infrastructure.Persistence.Models.ProductAmountModel))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: ProductAmountModel { UnitName = "Gallon", Value = 54 }, destination: typeof(HomeInventory.Domain.ValueObjects.Amount))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: 01HKRRN6MM89075D1GB5Z50C8R, destination: typeof(string))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: 01HKRRN6MMMNJZX1SJDWXC8B0F, destination: typeof(System.Ulid))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: RegisterRequest { Email = Email37826c63-3ce2-4f6b-86ed-26b6b1310694, Password = Passwordb2882fbc-3f82-4273-8ffc-baca30e7f503 }, destination: typeof(HomeInventory.Application.Cqrs.Queries.UserId.UserIdQuery))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: RegisterRequest { Email = Email790e140e-a2ea-4c6d-8e53-364800f25ee6, Password = Password1b9a405b-9c81-48a2-9b31-c562a80633a8 }, destination: typeof(HomeInventory.Application.Cqrs.Commands.Register.RegisterCommand))
…

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch from 73c7a43 to 1593769 Compare January 10, 2024 04:01
@renovate renovate bot changed the title Update dotnet monorepo to v8.0.1 Update dotnet monorepo Jan 10, 2024
Copy link

Code Coverage

Package Line Rate Branch Rate Health
HomeInventory.Domain.Primitives 81% 80%
HomeInventory.Tests.Framework 82% 70%
HomeInventory.Web 82% 62%
HomeInventory.Domain 92% 70%
HomeInventory.Application.UserManagement.Interfaces 76% 100%
HomeInventory.Infrastructure.UserManagement 100% 50%
HomeInventory.Infrastructure.Framework 84% 78%
HomeInventory.Web.UserManagement 100% 100%
HomeInventory.Application.Framework 100% 100%
HomeInventory.Contracts.Validations 100% 100%
HomeInventory.Application 85% 42%
HomeInventory.Core 97% 100%
HomeInventory.Application.UserManagement 91% 100%
HomeInventory.Web.Framework 90% 88%
HomeInventory.Contracts.UserManagement.Validators 100% 94%
HomeInventory.Domain.UserManagement 85% 100%
HomeInventory.Infrastructure 91% 81%
Summary 86% (1452 / 1687) 73% (335 / 462)

Minimum allowed line rate is 60%

Copy link

Summary

Summary
Generated on: 01/10/2024 - 04:04:15
Coverage date: 01/10/2024 - 04:04:02
Parser: Cobertura
Assemblies: 17
Classes: 198
Files: 191
Line coverage: 86% (1452 of 1687)
Covered lines: 1452
Uncovered lines: 235
Coverable lines: 1687
Total lines: 5191
Branch coverage: 72.5% (331 of 456)
Covered branches: 331
Total branches: 456
Method coverage: Feature is only available for sponsors
Tag: 1211_7470152456

Coverage

HomeInventory.Application - 85.2%
Name Line Branch
HomeInventory.Application 85.2% 42.3%
HomeInventory.Application.AssemblyReference 100%
HomeInventory.Application.BaseHealthCheck 88.8% 100%
HomeInventory.Application.Cqrs.Behaviors.LoggingBehavior`2 84.6% 33.3%
HomeInventory.Application.Cqrs.Behaviors.UnitOfWorkBehavior`2 93.7% 75%
HomeInventory.Application.Cqrs.Queries.Authenticate.AuthenticateQuery 0%
HomeInventory.Application.Cqrs.Queries.Authenticate.AuthenticateQueryHandle
r
100% 100%
HomeInventory.Application.Cqrs.Queries.Authenticate.AuthenticateResult 0%
HomeInventory.Application.HealthCheckTags 100%
HomeInventory.Application.LogEvents 82.3% 16.6%
HomeInventory.Application.Mapping.MappingProfile 72.2%
HomeInventory.Application.MediatRServiceConfigurationExtensions 100%
HomeInventory.Application.ServiceCollectionExtensions 100%
HomeInventory.Application.Framework - 100%
Name Line Branch
HomeInventory.Application.Framework 100% ****
HomeInventory.Application.Cqrs.DomainEvents.DomainEventNotification 100%
HomeInventory.Application.Cqrs.DomainEvents.DomainEventNotification`1 100%
HomeInventory.Application.Interfaces.Messaging.CommandHandler`1 100%
HomeInventory.Application.Interfaces.Messaging.QueryHandler`2 100%
HomeInventory.Application.MappingAssemblySource 100%
HomeInventory.Application.ServiceCollectionExtensions 100%
HomeInventory.Application.UserManagement - 91.3%
Name Line Branch
HomeInventory.Application.UserManagement 91.3% 100%
HomeInventory.Application.Cqrs.Commands.Register.RegisterCommandHandler 100% 100%
HomeInventory.Application.Cqrs.DomainEvents.UserCreatedDomainEventHandler 0%
HomeInventory.Application.Cqrs.Queries.UserId.UserIdQueryHandler 100%
HomeInventory.Application.UserManagement.AssemblyReference 0%
HomeInventory.Application.UserManagement.Interfaces - 76.4%
Name Line Branch
HomeInventory.Application.UserManagement.Interfaces 76.4% ****
HomeInventory.Application.Cqrs.Commands.Register.RegisterCommand 0%
HomeInventory.Application.Cqrs.Commands.Register.RegisterCommandExtensions 100%
HomeInventory.Application.Cqrs.Queries.UserId.UserIdQuery 0%
HomeInventory.Application.Cqrs.Queries.UserId.UserIdResult 0%
HomeInventory.Application.UserManagement.Interfaces.AssemblyReference 0%
HomeInventory.Contracts.UserManagement.Validators - 100%
Name Line Branch
HomeInventory.Contracts.UserManagement.Validators 100% 93.7%
HomeInventory.Contracts.UserManagement.Validators.AssemblyReference 100%
HomeInventory.Contracts.Validations.PasswordCharacterSet 100%
HomeInventory.Contracts.Validations.PasswordCharacterSets 100%
HomeInventory.Contracts.Validations.PasswordValidator`1 100% 100%
HomeInventory.Contracts.Validations.PasswordValidatorOptions 100% 100%
HomeInventory.Contracts.Validations.RegisterRequestValidator 100%
HomeInventory.Contracts.Validations.RuleBuilderExtensions 100% 50%
HomeInventory.Contracts.Validations - 100%
Name Line Branch
HomeInventory.Contracts.Validations 100% ****
HomeInventory.Contracts.Validations.AssemblyReference 100%
HomeInventory.Contracts.Validations.LoginRequestValidator 100%
HomeInventory.Core - 97.1%
Name Line Branch
HomeInventory.Core 97.1% 100%
HomeInventory.Core.AssemblyReference 0%
HomeInventory.Core.DictionaryExtensions 100% 100%
HomeInventory.Core.EnumerableExtensions 100% 100%
HomeInventory.Core.Execute 100%
HomeInventory.Core.OptionalExtensions 100% 100%
HomeInventory.Core.ReflectionMethods 100%
HomeInventory.Core.TypeExtensions 100% 100%
HomeInventory.Domain.Primitives.Errors.BaseError 66.6%
HomeInventory.Domain.Primitives.Errors.ValidationError 100%
HomeInventory.Domain - 91.6%
Name Line Branch
HomeInventory.Domain 91.6% 70%
HomeInventory.Domain.AssemblyReference 0%
HomeInventory.Domain.Entities.Material 0%
HomeInventory.Domain.Entities.Product 0%
HomeInventory.Domain.Errors.InvalidCredentialsError 100%
HomeInventory.Domain.FixedDateTimeService 100%
HomeInventory.Domain.ServiceCollectionExtensions 100%
HomeInventory.Domain.SystemDateTimeService 100%
HomeInventory.Domain.ValueObjects.Amount 100% 100%
HomeInventory.Domain.ValueObjects.AmountFactory 100% 69.4%
HomeInventory.Domain.ValueObjects.AmountUnit 100% 50%
HomeInventory.Domain.ValueObjects.MaterialId 0%
HomeInventory.Domain.ValueObjects.MeasurementType 100%
HomeInventory.Domain.ValueObjects.ProductId 100%
HomeInventory.Domain.Primitives - 80.6%
Name Line Branch
HomeInventory.Domain.Primitives 80.6% 80%
HomeInventory.Application.Mapping.BuilderObjectConverter`3 100% 100%
HomeInventory.Application.Mapping.ObjectConverter`2 100% 100%
HomeInventory.Domain.Events.DomainEvent 66.6%
HomeInventory.Domain.Primitives.AggregateRoot`2 66.6%
HomeInventory.Domain.Primitives.AssemblyReference 0%
HomeInventory.Domain.Primitives.BaseEnumeration`1 88.8%
HomeInventory.Domain.Primitives.BaseEnumeration`2 100%
HomeInventory.Domain.Primitives.Entity`2 100%
HomeInventory.Domain.Primitives.EnumerationItemsCollection 100%
HomeInventory.Domain.Primitives.EnumerationItemsCollection`1 85.7% 100%
HomeInventory.Domain.Primitives.Equatable`1 100% 83.3%
HomeInventory.Domain.Primitives.EquatableComponent`1 54.5% 50%
HomeInventory.Domain.Primitives.Errors.ConflictError 100%
HomeInventory.Domain.Primitives.Errors.NotFoundError 100%
HomeInventory.Domain.Primitives.Errors.ObjectValidationError`1 33.3%
HomeInventory.Domain.Primitives.EventsCollection 60%
HomeInventory.Domain.Primitives.UlidIdentifierObject`1 100%
HomeInventory.Domain.Primitives.UlidIdentifierObjectBuilder`1 100% 50%
HomeInventory.Domain.Primitives.ValueObject`1 100%
HomeInventory.Domain.Primitives.ValueObjectBuilder`3 66.6%
HomeInventory.Domain.UserManagement - 84.6%
Name Line Branch
HomeInventory.Domain.UserManagement 84.6% ****
HomeInventory.Domain.Aggregates.User 100%
HomeInventory.Domain.Errors.DuplicateEmailError 100%
HomeInventory.Domain.Events.UserCreatedDomainEvent 66.6%
HomeInventory.Domain.UserManagement.AssemblyReference 0%
HomeInventory.Domain.ValueObjects.Email 100%
HomeInventory.Domain.ValueObjects.UserId 100%
HomeInventory.Infrastructure - 90.8%
Name Line Branch
HomeInventory.Infrastructure 90.8% 80.7%
HomeInventory.Infrastructure.AssemblyReference 100%
HomeInventory.Infrastructure.Persistence.DatabaseContext 100% 100%
HomeInventory.Infrastructure.Persistence.Mapping.AmountObjectConverter 100%
HomeInventory.Infrastructure.Persistence.Mapping.ModelMappings 100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.OutboxDataba
seConfigurationApplier
100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.OutboxMessag
eConfiguration
85.7% 0%
HomeInventory.Infrastructure.Persistence.Models.Configurations.PolymorphicD
omainEventTypeResolver
100% 100%
HomeInventory.Infrastructure.Persistence.Models.Interceptors.PublishDomainE
ventsInterceptor
100% 100%
HomeInventory.Infrastructure.Persistence.Models.OutboxMessage 0%
HomeInventory.Infrastructure.ServiceCollectionExtensions 100%
HomeInventory.Infrastructure.Services.EventsPersistenceService 100% 100%
HomeInventory.Infrastructure.Services.PersistenceHealthCheck 70.2% 62.5%
HomeInventory.Infrastructure.Framework - 83.8%
Name Line Branch
HomeInventory.Infrastructure.Framework 83.8% 83.3%
HomeInventory.Infrastructure.Framework.AssemblyReference 0%
HomeInventory.Infrastructure.Framework.Mapping.ModelMappingsProfile 100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.EntityTypeBu
ilderExtensions
100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.UlidIdValueC
onverter`1
100%
HomeInventory.Infrastructure.Persistence.Repository`3 82.6% 75%
HomeInventory.Infrastructure.ServiceCollectionExtensions 75% 100%
HomeInventory.Infrastructure.Specifications.ByIdFilterSpecification`2 100%
HomeInventory.Infrastructure.UserManagement - 100%
Name Line Branch
HomeInventory.Infrastructure.UserManagement 100% 50%
HomeInventory.Infrastructure.Persistence.Models.Configurations.UserModelCon
figuration
100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.UserModelDat
abaseConfigurationApplier
100%
HomeInventory.Infrastructure.Persistence.UserRepository 100%
HomeInventory.Infrastructure.Services.BCryptPasswordHasher 100%
HomeInventory.Infrastructure.Specifications.UserHasEmailSpecification 100%
HomeInventory.Infrastructure.UserManagement.AssemblyReference 100%
HomeInventory.Infrastructure.UserManagement.Mapping.UserManagementModelMapp
ings
100%
HomeInventory.Infrastructure.UserManagement.Models.Configurations.DomainEve
ntJsonTypeInfo
100% 50%
HomeInventory.Infrastructure.UserManagement.ServiceCollectionExtensions 100%
HomeInventory.Tests.Framework - 81.9%
Name Line Branch
HomeInventory.Tests.Framework 81.9% 69.8%
HomeInventory.Tests.DbContextFactory 100% 50%
HomeInventory.Tests.Framework.Assertions.AssertionExtensions 54.5%
HomeInventory.Tests.Framework.Assertions.DictionaryAssertions 77.2% 66.6%
HomeInventory.Tests.Framework.Assertions.JsonElementAssertions 100% 100%
HomeInventory.Tests.Framework.Assertions.ObjectExtensions 95.8% 58.3%
HomeInventory.Tests.Framework.Assertions.OkResultAssertions`1 100%
HomeInventory.Tests.Framework.Assertions.OptionAssertions`1 71.4%
HomeInventory.Tests.Framework.Assertions.ProblemDetailsAssertions 100%
HomeInventory.Tests.Framework.Assertions.ServiceCollectionAssertions 100% 100%
HomeInventory.Tests.Framework.Assertions.ServiceDescriptorExtensions 100% 100%
HomeInventory.Tests.Framework.Assertions.UlidAssertions 100%
HomeInventory.Tests.Framework.Assertions.UlidAssertions`1 42.8% 0%
HomeInventory.Tests.Framework.Attributes.AcceptanceTestAttribute 0%
HomeInventory.Tests.Framework.Attributes.ArchitectureTestAttribute 100%
HomeInventory.Tests.Framework.Attributes.BrokenTestAttribute 0%
HomeInventory.Tests.Framework.Attributes.CategoryTraitAttribute 100%
HomeInventory.Tests.Framework.Attributes.CategoryTraitDiscoverer 100% 66.6%
HomeInventory.Tests.Framework.Attributes.ClassDataAttribute`1 100%
HomeInventory.Tests.Framework.Attributes.IntegrationTestAttribute 0%
HomeInventory.Tests.Framework.Attributes.InvariantCultureAttribute 100%
HomeInventory.Tests.Framework.Attributes.SkippedAttribute 0%
HomeInventory.Tests.Framework.Attributes.TestPriorityAttribute 0%
HomeInventory.Tests.Framework.Attributes.UnitTestAttribute 100%
HomeInventory.Tests.Framework.BaseContext 100%
HomeInventory.Tests.Framework.BaseTest 100%
HomeInventory.Tests.Framework.BaseTest`1 100% 100%
HomeInventory.Tests.Framework.CancellationImplementation 85.7% 100%
HomeInventory.Tests.Framework.CompositeDisposable 100% 100%
HomeInventory.Tests.Framework.Customizations.ApiBehaviorOptionsCustomizatio
n
100%
HomeInventory.Tests.Framework.Customizations.FixtureExtensions 66.6% 100%
HomeInventory.Tests.Framework.Customizations.FromFactoryCustomization`2 100%
HomeInventory.Tests.Framework.Customizations.RegisterRequestCustomization 100% 100%
HomeInventory.Tests.Framework.Customizations.UlidCustomization 100%
HomeInventory.Tests.Framework.GivenContext`1 75% 60%
HomeInventory.Tests.Framework.IndexedVariable`1 60%
HomeInventory.Tests.Framework.LazyExtensions 100% 100%
HomeInventory.Tests.Framework.PriorityTestOrderer 100% 83.3%
HomeInventory.Tests.Framework.TestingLogger`1 37.5%
HomeInventory.Tests.Framework.ThenCatchedContext 100%
HomeInventory.Tests.Framework.ThenContext 0%
HomeInventory.Tests.Framework.ThenContext`1 100%
HomeInventory.Tests.Framework.ValueContainer 83.3%
HomeInventory.Tests.Framework.ValuesCollection 77.7% 72.2%
HomeInventory.Tests.Framework.Variable 100%
HomeInventory.Tests.Framework.Variable`1 100%
HomeInventory.Tests.Framework.VariablesCollectionExtensions 100% 100%
HomeInventory.Tests.Framework.VariablesContainer 100% 100%
HomeInventory.Tests.Framework.WhenContext 83.3%
HomeInventory.Tests.ReflectionDbContextFactory 100% 50%
HomeInventory.Tests.SubstitutionDbContextFactory 100%
HomeInventory.Web - 81.5%
Name Line Branch
HomeInventory.Web 81.5% 62.2%
HomeInventory.Web.AssemblyReference 100%
HomeInventory.Web.Authentication.GuidJwtIdentityGenerator 100%
HomeInventory.Web.Authentication.JwtTokenGenerator 100%
HomeInventory.Web.Authorization.Dynamic.DynamicAuthorizationHandler 0% 0%
HomeInventory.Web.Authorization.Dynamic.DynamicPermissionRequirement 66.6%
HomeInventory.Web.Authorization.Dynamic.ServiceCollectionExtensions 94.7% 83.3%
HomeInventory.Web.Configuration.CorrelationIdContainer 100%
HomeInventory.Web.Configuration.JwtBearerOptionsSetup 100%
HomeInventory.Web.Configuration.JwtOptions 100% 100%
HomeInventory.Web.Configuration.Validation.JwtOptionsValidator 100%
HomeInventory.Web.FluentOptionsValidator`1 91.6% 70%
HomeInventory.Web.LogEvents 100% 50%
HomeInventory.Web.Mapping.ContractsMappings 100%
HomeInventory.Web.Middleware.CorrelationIdMiddleware 100% 100%
HomeInventory.Web.Middleware.HeaderNames 100%
HomeInventory.Web.Modules.AuthenticationModule 100% 100%
HomeInventory.Web.Modules.PermissionModule 83.3% 100%
HomeInventory.Web.OpenApi.ConfigureSwaggerOptions 72.9% 31.2%
HomeInventory.Web.OpenApi.DeprecatedSwaggerOperationFilter 100%
HomeInventory.Web.OpenApi.JsonOpenApiValueConverter 0% 0%
HomeInventory.Web.OpenApi.ParametersSwaggerOperationFilter 100% 100%
HomeInventory.Web.OpenApi.ResponsesSwaggerOperationFilter 100% 100%
HomeInventory.Web.OpenApi.SwaggerDefaultValues 100% 100%
HomeInventory.Web.ServiceCollectionExtensions 95.1% 71.4%
HomeInventory.Web.Framework - 89.6%
Name Line Branch
HomeInventory.Web.Framework 89.6% 88.2%
HomeInventory.Web.EndpointRouteBuilderExtensions 100%
HomeInventory.Web.Framework.ContractsMappingProfile 100%
HomeInventory.Web.Framework.ServiceCollectionExtensions 100%
HomeInventory.Web.HttpContextExtensions 88.8%
HomeInventory.Web.Infrastructure.ErrorMapping 95% 50%
HomeInventory.Web.Infrastructure.HomeInventoryProblemDetailsFactory 100% 100%
HomeInventory.Web.Modules.ApiModule 92.3%
HomeInventory.Web.RouteHandlerBuilderExtensions 100%
HomeInventory.Web.ValidationFilter`1 14.2% 50%
HomeInventory.Web.UserManagement - 100%
Name Line Branch
HomeInventory.Web.UserManagement 100% 100%
HomeInventory.Web.Modules.UserManagementModule 100% 100%
HomeInventory.Web.UserManagement.AssemblyReference 100%
HomeInventory.Web.UserManagement.UserManagementContractsMappings 100% 100%

@gritcsenko gritcsenko merged commit 73ebca4 into main Jan 10, 2024
14 checks passed
@gritcsenko gritcsenko deleted the renovate/dotnet-monorepo branch January 10, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant