Skip to content

deps: Bump the microsoft group with 1 update#104

Merged
petro-konopelko merged 1 commit intomainfrom
dependabot/nuget/microsoft-5154da677c
Mar 2, 2026
Merged

deps: Bump the microsoft group with 1 update#104
petro-konopelko merged 1 commit intomainfrom
dependabot/nuget/microsoft-5154da677c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Updated Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.3.0

What's Changed

Internal fixes and updates

New Contributors

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from petro-konopelko as a code owner March 2, 2026 06:21
@dependabot dependabot bot added dependencies Label for dependencies nuget labels Mar 2, 2026
@github-actions
Copy link

github-actions bot commented Mar 2, 2026

Summary

Summary
Generated on: 03/02/2026 - 08:49:51
Coverage date: 03/02/2026 - 08:49:00 - 03/02/2026 - 08:49:22
Parser: MultiReport (4x Cobertura)
Assemblies: 7
Classes: 151
Files: 147
Line coverage: 87.2% (2852 of 3270)
Covered lines: 2852
Uncovered lines: 418
Coverable lines: 3270
Total lines: 6342
Branch coverage: 63.4% (392 of 618)
Covered branches: 392
Total branches: 618
Method coverage: Feature is only available for sponsors
Tag: 273_22568273184

Coverage

SmartCafe.Menu.API - 69.7%
Name Line Branch
SmartCafe.Menu.API 69.7% 38%
Microsoft.AspNetCore.OpenApi.Generated 39.5% 34.9%
Program 83% 60%
SmartCafe.Menu.API.Endpoints.Cafes.CafeRoutes 100%
SmartCafe.Menu.API.Endpoints.Cafes.CreateCafeEndpoint 100%
SmartCafe.Menu.API.Endpoints.Cafes.DeleteCafeEndpoint 100%
SmartCafe.Menu.API.Endpoints.Cafes.GetCafeEndpoint 100%
SmartCafe.Menu.API.Endpoints.Cafes.ListCafesEndpoint 100%
SmartCafe.Menu.API.Endpoints.Images.UploadImageEndpoint 50.7%
SmartCafe.Menu.API.Endpoints.Menus.ActivateMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.CloneMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.CreateMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.DeleteMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.GetActiveMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.GetMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.ListMenusEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.MenuRoutes 100%
SmartCafe.Menu.API.Endpoints.Menus.PublishMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.UpdateMenuEndpoint 100%
SmartCafe.Menu.API.Extensions.ResultExtensions 85.2% 68.7%
SmartCafe.Menu.API.Extensions.WebApplicationExtensions 100%
SmartCafe.Menu.API.Filters.ValidationFilter 0% 0%
SmartCafe.Menu.API.Middleware.ExceptionHandlingMiddleware 55.5%
SmartCafe.Menu.API.Models.Requests.Cafes.CreateCafeRequest 100%
SmartCafe.Menu.API.Models.Requests.CloneMenuRequest 100%
SmartCafe.Menu.API.Models.Requests.CreateMenuRequest 100%
SmartCafe.Menu.API.Models.Requests.UpdateMenuRequest 100%
System.Runtime.CompilerServices 0%
SmartCafe.Menu.Application - 95%
Name Line Branch
SmartCafe.Menu.Application 95% 79.3%
SmartCafe.Menu.Application.DependencyInjection.ServiceCollectionExtensions 100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.CreateCafeCommandValid
ator
100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.CreateCafeHandler 100% 100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.Models.CreateCafeComma
nd
100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.Models.CreateCafeRespo
nse
100%
SmartCafe.Menu.Application.Features.Cafes.DeleteCafe.DeleteCafeCommandValid
ator
100%
SmartCafe.Menu.Application.Features.Cafes.DeleteCafe.DeleteCafeHandler 95.2% 75%
SmartCafe.Menu.Application.Features.Cafes.DeleteCafe.Models.DeleteCafeComma
nd
100%
SmartCafe.Menu.Application.Features.Cafes.GetCafe.GetCafeHandler 100% 100%
SmartCafe.Menu.Application.Features.Cafes.GetCafe.GetCafeQueryValidator 100%
SmartCafe.Menu.Application.Features.Cafes.GetCafe.Models.GetCafeQuery 100%
SmartCafe.Menu.Application.Features.Cafes.ListCafes.ListCafesHandler 100%
SmartCafe.Menu.Application.Features.Cafes.ListCafes.Models.ListCafesRespons
e
100%
SmartCafe.Menu.Application.Features.Cafes.Shared.Mappers.CafeMapper 100%
SmartCafe.Menu.Application.Features.Cafes.Shared.Models.CafeDto 100%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageCommand 0%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageHandler 0% 0%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageResponse 0%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.ActivateMenuHandler 97.2% 92.8%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Mappers.ActivateMenu
Mapper
100% 50%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Models.ActivateMenuC
ommand
100%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Models.ActivateMenuR
esponse
100%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Validators.ActivateM
enuCommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.CloneMenuHandler 98.4% 80%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.Models.CloneMenuCommand 100%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.Validators.CloneMenuCom
mandValidator
100%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.CreateMenuHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.Models.CreateMenuComma
nd
100%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.Validators.CreateMenuC
ommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.DeleteMenuHandler 96.5% 87.5%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.Models.DeleteMenuComma
nd
100%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.Validators.DeleteMenuC
ommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.GetActiveMenuHandle
r
100% 100%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Models.GetActiveMen
uQuery
100%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Validators.GetActiv
eMenuQueryValidator
100%
SmartCafe.Menu.Application.Features.Menus.GetMenu.GetMenuHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Models.GetMenuQuery 100%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Validators.GetMenuQueryVa
lidator
100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.ListMenusHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Mappers.ListMenusMapper 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.ListMenusQuery 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.ListMenusRespons
e
100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.MenuSummaryDto 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Validators.ListMenusQue
ryValidator
100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Mappers.PublishMenuMa
pper
100% 50%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Models.PublishMenuCom
mand
100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Models.PublishMenuRes
ponse
100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.PublishMenuHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Validators.PublishMen
uCommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Mappers.MenuMapper 97.7% 62.5%
SmartCafe.Menu.Application.Features.Menus.Shared.Mappers.SectionUpdateMappe
r
100% 50%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.CreateMenuResponse 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.IngredientDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.MenuDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.MenuItemDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.MenuItemImageDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.PriceDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.SectionDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.IngredientValid
ator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.MenuItemDtoForC
reateValidator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.MenuItemDtoForU
pdateValidator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.MenuItemDtoVali
dator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.PriceDtoValidat
or
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.SectionDtoForCr
eateValidator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.SectionDtoForUp
dateValidator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.SectionDtoValid
ator
100% 100%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.Models.UpdateMenuComma
nd
100%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.UpdateMenuHandler 96.7% 87.5%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.Validators.UpdateMenuC
ommandValidator
100%
SmartCafe.Menu.Application.Mediation.Behaviors.ValidationBehavior`2 90.2% 70%
SmartCafe.Menu.Application.Mediation.Mediator 100% 100%
SmartCafe.Menu.Domain - 93.5%
Name Line Branch
SmartCafe.Menu.Domain 93.5% 90.2%
SmartCafe.Menu.Domain.Common.Entity 100%
SmartCafe.Menu.Domain.Entities.Cafe 100% 100%
SmartCafe.Menu.Domain.Entities.Menu 96% 91.3%
SmartCafe.Menu.Domain.Entities.MenuItem 91.1% 78.1%
SmartCafe.Menu.Domain.Entities.Section 88.8% 82.3%
SmartCafe.Menu.Domain.Events.CafeCreatedEvent 100%
SmartCafe.Menu.Domain.Events.CafeDeletedEvent 100%
SmartCafe.Menu.Domain.Events.DomainEvent 100%
SmartCafe.Menu.Domain.Events.MenuActivatedEvent 100%
SmartCafe.Menu.Domain.Events.MenuClonedEvent 0%
SmartCafe.Menu.Domain.Events.MenuCreatedEvent 100%
SmartCafe.Menu.Domain.Events.MenuDeactivatedEvent 100%
SmartCafe.Menu.Domain.Events.MenuDeletedEvent 100%
SmartCafe.Menu.Domain.Events.MenuPublishedEvent 100%
SmartCafe.Menu.Domain.Events.MenuUpdatedEvent 0%
SmartCafe.Menu.Domain.Extensions.EntityExtensions 100% 100%
SmartCafe.Menu.Domain.Extensions.UpdateInfoExtensions 100% 100%
SmartCafe.Menu.Domain.Models.ImageUpdateInfo 100%
SmartCafe.Menu.Domain.Models.IngredientItemUpdate 100%
SmartCafe.Menu.Domain.Models.ItemUpdateInfo 100%
SmartCafe.Menu.Domain.Models.PriceUpdateInfo 100%
SmartCafe.Menu.Domain.Models.SectionUpdateInfo 100%
SmartCafe.Menu.Domain.ValueObjects.ImageAsset 100% 100%
SmartCafe.Menu.Domain.ValueObjects.Ingredient 100% 100%
SmartCafe.Menu.Domain.ValueObjects.Price 94.1% 100%
SmartCafe.Menu.Infrastructure - 89.3%
Name Line Branch
SmartCafe.Menu.Infrastructure 89.3% 34.2%
SmartCafe.Menu.Infrastructure.BlobStorage.AzureBlobStorageService 0% 0%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.CafeConfigurat
ion
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.MenuConfigurat
ion
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.MenuItemConfig
uration
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.SectionConfigu
ration
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.DesignTimeDbContextFactory 0%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.MenuDbContext 84.6% 100%
SmartCafe.Menu.Infrastructure.Data.UnitOfWork 20% 0%
SmartCafe.Menu.Infrastructure.DependencyInjection.ServiceCollectionExtensio
ns
93.3% 50%
SmartCafe.Menu.Infrastructure.EventBus.DomainEventDispatcher 0% 0%
SmartCafe.Menu.Infrastructure.EventBus.ServiceBusEventPublisher 0%
SmartCafe.Menu.Infrastructure.Migrations.AddCafeSoftDelete 97.4%
SmartCafe.Menu.Infrastructure.Migrations.InitialCreate 97.6%
SmartCafe.Menu.Infrastructure.Migrations.MenuDbContextModelSnapshot 100%
SmartCafe.Menu.Infrastructure.Repositories.CafeRepository 100%
SmartCafe.Menu.Infrastructure.Repositories.MenuRepository 100%
SmartCafe.Menu.Infrastructure.Services.ImageProcessingService 0%
SmartCafe.Menu.ServiceDefaults - 83.6%
Name Line Branch
SmartCafe.Menu.ServiceDefaults 83.6% 77.7%
Microsoft.Extensions.Hosting.Extensions 83.6% 77.7%
SmartCafe.Menu.Shared - 84.7%
Name Line Branch
SmartCafe.Menu.Shared 84.7% 100%
SmartCafe.Menu.Shared.Models.Error 76.9%
SmartCafe.Menu.Shared.Models.ErrorDetail 100%
SmartCafe.Menu.Shared.Models.Result 100% 100%
SmartCafe.Menu.Shared.Models.Result`1 100% 100%
SmartCafe.Menu.Shared.Providers.DateTimeProvider 20%
SmartCafe.Menu.Shared.Providers.GuidIdProvider 100%
SmartCafe.Menu.Tests.Shared - 89.3%
Name Line Branch
SmartCafe.Menu.Tests.Shared 89.3% 90%
SmartCafe.Menu.Tests.Shared.DataGenerators.CafeDataGenerator 100% 50%
SmartCafe.Menu.Tests.Shared.DataGenerators.DateGenerator 50%
SmartCafe.Menu.Tests.Shared.DataGenerators.MenuDataGenerator 98.1% 100%
SmartCafe.Menu.Tests.Shared.Mocks.FakeDateTimeProvider 50%

Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/microsoft-5154da677c branch from 5f1c8e6 to 81b2844 Compare March 2, 2026 08:48
@petro-konopelko petro-konopelko merged commit a8f59d1 into main Mar 2, 2026
5 checks passed
@petro-konopelko petro-konopelko deleted the dependabot/nuget/microsoft-5154da677c branch March 2, 2026 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Label for dependencies nuget size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant