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

nuget-dressca: bump StyleCop.Analyzers from 1.2.0-beta.435 to 1.2.0-beta.507 in /samples/Dressca/dressca-backend #502

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2023

Bumps StyleCop.Analyzers from 1.2.0-beta.435 to 1.2.0-beta.507.

Release notes

Sourced from StyleCop.Analyzers's releases.

1.2.0-beta.507

What's Changed

New Contributors

... (truncated)

Commits
  • 14245e2 Merge pull request #3371 from jnm2/allow_full_sentence_links
  • a69732f Merge pull request #3616 from bjornhellander/feature/languageversion
  • 26e3c69 Merge pull request #3516 from bjornhellander/feature/sa1130-delegate-cast
  • ec1112e Merge pull request #3607 from bjornhellander/feature/sa1513-linefeed
  • 0e192df Merge pull request #3661 from bjornhellander/feature/sa1212-init-accessor
  • 7501f04 Merge pull request #3666 from bjornhellander/feature/sa1513-init-accessor
  • c991261 Merge pull request #3670 from bjornhellander/feature/sa1500-init-accessor
  • b690c22 Merge pull request #3669 from bjornhellander/feature/sa1137-init-accessor
  • 929986b Apply suggestions from code review
  • 280b11a Apply suggestions from code review
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget NuGetパッケージの更新 target: Dressca サンプルアプリケーションDresscaに関係がある labels Aug 10, 2023
@tsuna-can-se
Copy link
Contributor

@dependabot recreate

Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.435 to 1.2.0-beta.507.
- [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases)
- [Changelog](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/KnownChanges.md)
- [Commits](DotNetAnalyzers/StyleCopAnalyzers@1.2.0-beta.435...1.2.0-beta.507)

---
updated-dependencies:
- dependency-name: StyleCop.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/samples/Dressca/dressca-backend/StyleCop.Analyzers-1.2.0-beta.507 branch from 114e418 to ca0662a Compare November 8, 2023 14:46
@tsuna-can-se tsuna-can-se added this to the v0.5 milestone Nov 8, 2023
Copy link

github-actions bot commented Nov 8, 2023

Test Result 📝

Test was a success.
Completed in 3783ms with 161 passed, 0 failed and 0 skipped.

Coverage 📐

Summary
Generated on: 11/08/2023 - 14:47:46
Coverage date: 11/08/2023 - 14:47:41
Parser: Cobertura
Assemblies: 7
Classes: 97
Files: 99
Line coverage: 17% (747 of 4387)
Covered lines: 747
Uncovered lines: 3640
Coverable lines: 4387
Total lines: 8572
Branch coverage: 45.8% (156 of 340)
Covered branches: 156
Total branches: 340
Method coverage: Feature is only available for sponsors
Tag: 297_6799860572
Dressca.ApplicationCore - 82.9%
Name Line Branch
Dressca.ApplicationCore 82.9% 70.8%
Dressca.ApplicationCore.Accounting.Account 100% 100%
Dressca.ApplicationCore.Accounting.AccountItem 100%
Dressca.ApplicationCore.ApplicationCoreServicesExtensions 0%
Dressca.ApplicationCore.Assets.Asset 78.2% 62.5%
Dressca.ApplicationCore.Assets.AssetApplicationService 100% 70%
Dressca.ApplicationCore.Assets.AssetNotFoundException 50%
Dressca.ApplicationCore.Assets.AssetTypes 100% 100%
Dressca.ApplicationCore.Baskets.Basket 96.1% 100%
Dressca.ApplicationCore.Baskets.BasketApplicationService 100% 88.8%
Dressca.ApplicationCore.Baskets.BasketItem 86.3% 75%
Dressca.ApplicationCore.Baskets.BasketNotFoundException 50%
Dressca.ApplicationCore.Catalog.CatalogApplicationService 100% 50%
Dressca.ApplicationCore.Catalog.CatalogBrand 81.8% 100%
Dressca.ApplicationCore.Catalog.CatalogCategory 81.8% 100%
Dressca.ApplicationCore.Catalog.CatalogDomainService 100% 66.6%
Dressca.ApplicationCore.Catalog.CatalogItem 56.7% 37.5%
Dressca.ApplicationCore.Catalog.CatalogItemAsset 68.4% 50%
Dressca.ApplicationCore.Ordering.Address 61.1% 100%
Dressca.ApplicationCore.Ordering.CatalogItemOrdered 90% 100%
Dressca.ApplicationCore.Ordering.EmptyBasketOnCheckoutException 100%
Dressca.ApplicationCore.Ordering.Order 86.1% 75%
Dressca.ApplicationCore.Ordering.OrderApplicationService 100% 75%
Dressca.ApplicationCore.Ordering.OrderItem 75% 37.5%
Dressca.ApplicationCore.Ordering.OrderItemAsset 73.6% 66.6%
Dressca.ApplicationCore.Ordering.OrderNotFoundException 50%
Dressca.ApplicationCore.Ordering.ShipTo 58.3% 50%
Dressca.ApplicationCore.Resources.Messages 84.6% 100%
Dressca.EfInfrastructure - 0%
Name Line Branch
Dressca.EfInfrastructure 0% 0%
Dressca.EfInfrastructure.Configurations.Assets.AssetConfiguration 0%
Dressca.EfInfrastructure.Configurations.Baskets.BasketConfiguration 0%
Dressca.EfInfrastructure.Configurations.Baskets.BasketItemConfiguration 0%
Dressca.EfInfrastructure.Configurations.Catalog.CatalogBrandConfiguration 0%
Dressca.EfInfrastructure.Configurations.Catalog.CatalogCategoryConfiguratio
n
0%
Dressca.EfInfrastructure.Configurations.Catalog.CatalogItemAssetConfigurati
on
0%
Dressca.EfInfrastructure.Configurations.Catalog.CatalogItemConfiguration 0%
Dressca.EfInfrastructure.Configurations.Ordering.OrderConfiguration 0%
Dressca.EfInfrastructure.Configurations.Ordering.OrderItemAssetConfiguratio
n
0%
Dressca.EfInfrastructure.Configurations.Ordering.OrderItemConfiguration 0%
Dressca.EfInfrastructure.DresscaDbContext 0% 0%
Dressca.EfInfrastructure.EfAssetRepository 0% 0%
Dressca.EfInfrastructure.EfBasketRepository 0% 0%
Dressca.EfInfrastructure.EfCatalogBrandRepository 0% 0%
Dressca.EfInfrastructure.EfCatalogCategoryRepository 0% 0%
Dressca.EfInfrastructure.EfCatalogRepository 0% 0%
Dressca.EfInfrastructure.EfInfrastructureServicesExtension 0% 0%
Dressca.EfInfrastructure.EfOrderRepository 0% 0%
Dressca.EfInfrastructure.Migrations.AddNowPrintingAsset 0%
Dressca.EfInfrastructure.Migrations.DresscaDbContextModelSnapshot 0%
Dressca.EfInfrastructure.Migrations.InitialCreate 0%
Dressca.EfInfrastructure.Resources.Messages 0% 0%
Dressca.Store.Assets.StaticFiles - 0%
Name Line Branch
Dressca.Store.Assets.StaticFiles 0% 0%
Dressca.Store.Assets.StaticFiles.Resources.Messages 0% 0%
Dressca.Store.Assets.StaticFiles.StaticFileAssetStore 0% 0%
Dressca.Store.Assets.StaticFiles.StaticFileAssetStoreServicesExtension 0%
Dressca.SystemCommon - 86.4%
Name Line Branch
Dressca.SystemCommon 86.4% 90%
Dressca.SystemCommon.BusinessError 100% 83.3%
Dressca.SystemCommon.BusinessErrorCollection 88.8% 100%
Dressca.SystemCommon.BusinessException 93.7% 100%
Dressca.SystemCommon.ObjectExtensions 80% 50%
Dressca.SystemCommon.Resources.Messages 55.5% 100%
Dressca.TestLibrary - 47.2%
Name Line Branch
Dressca.TestLibrary 47.2% 33.3%
Dressca.TestLibrary.Xunit.Logging.XunitLogger 70.5% 75%
Dressca.TestLibrary.Xunit.Logging.XunitLoggerFactory 44.7% 12.5%
Dressca.TestLibrary.Xunit.Logging.XunitLoggerProvider 31.5% 33.3%
Dressca.Web - 14.3%
Name Line Branch
Dressca.Web 14.3% 18.1%
Dressca.Web.Assets.AssetExtensions 87.5% 50%
Dressca.Web.Baskets.BuyerIdFilterAttribute 0% 0%
Dressca.Web.Baskets.HttpContextExtensions 100% 100%
Dressca.Web.Controllers.ActionNameHelper 0% 0%
Dressca.Web.Controllers.ApiModel.FindCatalogItemsQuery 0%
Dressca.Web.Controllers.AssetsController 0% 0%
Dressca.Web.Controllers.BasketItemsController 0% 0%
Dressca.Web.Controllers.CatalogBrandsController 0% 0%
Dressca.Web.Controllers.CatalogCategoriesController 0% 0%
Dressca.Web.Controllers.CatalogItemsController 0% 0%
Dressca.Web.Controllers.ErrorController 0% 0%
Dressca.Web.Controllers.OrdersController 0% 0%
Dressca.Web.Mapper.BasketItemMapper 0% 0%
Dressca.Web.Mapper.BasketMapper 0% 0%
Dressca.Web.Mapper.CatalogBrandMapper 0% 0%
Dressca.Web.Mapper.CatalogCategoryMapper 0% 0%
Dressca.Web.Mapper.CatalogItemMapper 0% 0%
Dressca.Web.Mapper.DtoMapperServicesExtension 0%
Dressca.Web.Mapper.OrderMapper 0% 0%
Dressca.Web.Resources.Messages 37% 100%
Dressca.Web.Runtime.BusinessExceptionDevelopmentFilter 100% 50%
Dressca.Web.Runtime.BusinessExceptionFilter 100% 50%
Dressca.Web.Runtime.BusinessExceptionFilterBase 100% 83.3%
Program 0% 0%
Dressca.Web.Dto - 0%
Name Line Branch
Dressca.Web.Dto 0% 0%
Dressca.Web.Dto.Accounting.AccountResponse 0%
Dressca.Web.Dto.Baskets.BasketItemResponse 0%
Dressca.Web.Dto.Baskets.BasketResponse 0%
Dressca.Web.Dto.Baskets.PostBasketItemsRequest 0%
Dressca.Web.Dto.Baskets.PutBasketItemsRequest 0%
Dressca.Web.Dto.Catalog.CatalogBrandResponse 0%
Dressca.Web.Dto.Catalog.CatalogCategoryResponse 0%
Dressca.Web.Dto.Catalog.CatalogItemResponse 0%
Dressca.Web.Dto.Catalog.CatalogItemSummaryResponse 0%
Dressca.Web.Dto.Ordering.OrderItemResponse 0%
Dressca.Web.Dto.Ordering.OrderResponse 0%
Dressca.Web.Dto.Ordering.PostOrderRequest 0%
Dressca.Web.Dto.PagedList`1 0% 0%

@tsuna-can-se tsuna-can-se merged commit 98050ca into main Nov 9, 2023
6 checks passed
@tsuna-can-se tsuna-can-se deleted the dependabot/nuget/samples/Dressca/dressca-backend/StyleCop.Analyzers-1.2.0-beta.507 branch November 9, 2023 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file nuget NuGetパッケージの更新 target: Dressca サンプルアプリケーションDresscaに関係がある
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant