devlooped / SponsorLink

SponsorLink: an attempt at OSS sustainability
https://www.devlooped.com/SponsorLink
MIT License
38 stars 4 forks source link

Bump NuGet.Protocol from 6.10.0 to 6.10.1 #261

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps NuGet.Protocol from 6.10.0 to 6.10.1.

Commits


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 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 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)
devlooped-bot commented 2 months ago

:point_right: Run 25 tests in ~ 2 seconds:

24 passed 1 skipped

:test_tube: Details :white_check_mark: Devlooped.Tests.SponsorLinkTests.TryRead :grey_question: Devlooped.Tests.SponsorLinkTests.ValidateCachedManifest => Non-CI test :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateExpiredSponsor :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateSponsorable :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateUnknownFormat :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateWrongKey :white_check_mark: Tests.AnalyzerTests.WhenMultipleAnalyzers_ThenReportsOnce :white_check_mark: Tests.AnalyzerTests.WhenNoAdditionalFiles_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenSponsoring_ThenReportsSponsor :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGrace_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGraceExpired_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndNoGraceOption_ThenReportsUnknown
:white_check_mark: Tests.Sample.RenderSponsorables > > kzu = { > > "e": "AQAB", > > "kty": "RSA", > > "n": "yP71VgOgHDtGbxdyN31mIFFITmGYEk2cwepKbyqKTbTYXF1OXaMoP5n3mfwqwzUQmEAsrclAigPcK4GIy5WWlc5YujIxKauJjsKe0FBxMnFp9o1UcBUHfgDJjaAKieQxb44717b1MwCcflEGnCGTXkntdr45y9Gi1D9-oBw5zIVZekgMP55XxmKvkJd1k-bYWSv-QFG2JJwRIGwr29Jr62juCsLB7Tg83ZGKCa22Y_7lQcezxRRD5OrGWhf3gTYArbrEzbYy653zbHfbOCJeVBe_bXDkR74yG3mmq_Ne0qhNk6wXuX-NrKEvdPxRSRBF7C465fcVY9PM6eTqEPQwKDiarHpU1NTwUetzb-YKry-h678RJWMhC7I9lzzWVobbC0YVKG7XpeVqBB4u7Q6cGo5Xkf19VldkIxQMu9sFeuHGDSoiCLqmRmwNn9GsMV77oZWr-OPrxEdZzL9BcI4fMJMz7YdiIu-qbIp_vqatbalfNasumf8RgtPOkR2vgc59" > > } > > devlooped = { > > "e": "AQAB", > > "kty": "RSA", > > "n": "5inhv8QymaDBOihNi1eY-6-hcIB5qSONFZxbxxXAyOtxAdjFCPM-94gIZqM9CDrX3pyg1lTJfml_a_FZSU9dB1ii5mSX_mNHBFXn1_l_gi1ErdbkIF5YbW6oxWFxf3G5mwVXwnPfxHTyQdmWQ3YJR-A3EB4kaFwLqA6Ha5lb2ObGpMTQJNakD4oTAGDhqHMGhu6PupGq5ie4qZcQ7N8ANw8xH7nicTkbqEhQABHWOTmLBWq5f5F6RYGF8P7cl0IWl_w4YcIZkGm2vX2fi26F9F60cU1v13GZEVDTXpJ9kzvYeM9sYk6fWaoyY2jhE51qbv0B0u6hScZiLREtm3n7ClJbIGXhkUppFS2JlNaX3rgQ6t-4LK8gUTyLt3zDs2H8OZyCwlCpfmGmdsUMkm1xX6t2r-95U3zywynxoWZfjBCJf41leM9OMKYwNWZ6LQMyo83HWw1PBIrX4ZLClFwqBcSYsXDyT8_ZLd1cdYmPfmtllIXxZhLClwT5qbCWv73V" > > }
:white_check_mark: Tests.Sample.Test(culture: "", kind: Expired) > > Sponsor status expired > > Sponsor status has expired and automatic sync has not been enabled. > > Sponsor-only features may be disabled. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "", kind: Expiring) > > Sponsor status expired, grace period ending soon > > Sponsor status needs periodic updating and automatic sync has not been enabled. > > Sponsor status has expired and you are in the grace period. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "", kind: Sponsor) > > You are a sponsor of the project, you rock \ud83d\udc9f! > > Thank you for supporting {0} with your sponsorship \ud83d\udc9f! > > You are a true hero. Your sponsorship helps keep the project alive and thriving \ud83d\ude4f.
:white_check_mark: Tests.Sample.Test(culture: "", kind: Unknown) > > Unknown sponsor status > > Please consider supporting {0} by sponsoring @{1} \ud83d\ude4f > > Sponsoring projects you depend on ensures they remain active, and that you get the support you need. It's also super affordable and available worldwide! > > Please consider supporting the project by sponsoring at https://github.com/sponsors/foo and running 'sponsor sync foo' afterwards.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Expired) > > Sponsor status expired > > Sponsor status has expired and automatic sync has not been enabled. > > Sponsor-only features may be disabled. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Expiring) > > Sponsor status expired, grace period ending soon > > Sponsor status needs periodic updating and automatic sync has not been enabled. > > Sponsor status has expired and you are in the grace period. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Sponsor) > > You are a sponsor of the project, you rock \ud83d\udc9f! > > Thank you for supporting {0} with your sponsorship \ud83d\udc9f! > > You are a true hero. Your sponsorship helps keep the project alive and thriving \ud83d\ude4f.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Unknown) > > Unknown sponsor status > > Please consider supporting {0} by sponsoring @{1} \ud83d\ude4f > > Sponsoring projects you depend on ensures they remain active, and that you get the support you need. It's also super affordable and available worldwide! > > Please consider supporting the project by sponsoring at https://github.com/sponsors/foo and running 'sponsor sync foo' afterwards.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expired) > > El estado de patrocino ha expirado > > El estado de patrocino ha expirado y la sincronización automática no está habilitada. > > Funcionalidades exclusivas para patrocinadores pueden no estar disponibles. Ejecuta 'sponsor sync foo' y, opcionalmente, habilita la sincronización automática.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expiring) > > El estado de patrocino ha expirado y el período de gracia terminará pronto > > El estado de patrocino necesita actualización periódica y la sincronización automática no está habilitada. > > El estado de patrocino ha expirado y estás en un período de gracia. Ejecuta 'sponsor sync foo' y, opcionalmente, habilita la sincronización automática.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Sponsor) > > Eres un patrocinador del proyecto, eres lo máximo \ud83d\udc9f! > > Gracias por apoyar a {0} con tu patrocinio \ud83d\udc9f! > > Eres un verdadero héroe. Tu patrocinio ayuda a mantener el proyecto vivo y próspero \ud83d\ude4f.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Unknown) > > Estado de patrocinio desconocido > > Por favor considere apoyar {0} patrocinando @{1} \ud83d\ude4f > > Patrocinar los proyectos en que dependes asegura que se mantengan activos, y que recibas el apoyo que necesitas. También es muy económico y está disponible en todo el mundo! > > Por favor considera apoyar el proyecto patrocinando en https://github.com/sponsors/foo y ejecutando posteriormente 'sponsor sync foo'.

from dotnet-trx with :purple_heart:

devlooped-bot commented 2 months ago

:point_right: Run 25 tests in ~ 5 seconds:

24 passed 1 skipped

:test_tube: Details :white_check_mark: Devlooped.Tests.SponsorLinkTests.TryRead :grey_question: Devlooped.Tests.SponsorLinkTests.ValidateCachedManifest => Non-CI test :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateExpiredSponsor :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateSponsorable :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateUnknownFormat :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateWrongKey :white_check_mark: Tests.AnalyzerTests.WhenMultipleAnalyzers_ThenReportsOnce :white_check_mark: Tests.AnalyzerTests.WhenNoAdditionalFiles_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenSponsoring_ThenReportsSponsor :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGrace_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGraceExpired_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndNoGraceOption_ThenReportsUnknown
:white_check_mark: Tests.Sample.RenderSponsorables > > kzu = { > > "e": "AQAB", > > "kty": "RSA", > > "n": "yP71VgOgHDtGbxdyN31mIFFITmGYEk2cwepKbyqKTbTYXF1OXaMoP5n3mfwqwzUQmEAsrclAigPcK4GIy5WWlc5YujIxKauJjsKe0FBxMnFp9o1UcBUHfgDJjaAKieQxb44717b1MwCcflEGnCGTXkntdr45y9Gi1D9-oBw5zIVZekgMP55XxmKvkJd1k-bYWSv-QFG2JJwRIGwr29Jr62juCsLB7Tg83ZGKCa22Y_7lQcezxRRD5OrGWhf3gTYArbrEzbYy653zbHfbOCJeVBe_bXDkR74yG3mmq_Ne0qhNk6wXuX-NrKEvdPxRSRBF7C465fcVY9PM6eTqEPQwKDiarHpU1NTwUetzb-YKry-h678RJWMhC7I9lzzWVobbC0YVKG7XpeVqBB4u7Q6cGo5Xkf19VldkIxQMu9sFeuHGDSoiCLqmRmwNn9GsMV77oZWr-OPrxEdZzL9BcI4fMJMz7YdiIu-qbIp_vqatbalfNasumf8RgtPOkR2vgc59" > > } > > devlooped = { > > "e": "AQAB", > > "kty": "RSA", > > "n": "5inhv8QymaDBOihNi1eY-6-hcIB5qSONFZxbxxXAyOtxAdjFCPM-94gIZqM9CDrX3pyg1lTJfml_a_FZSU9dB1ii5mSX_mNHBFXn1_l_gi1ErdbkIF5YbW6oxWFxf3G5mwVXwnPfxHTyQdmWQ3YJR-A3EB4kaFwLqA6Ha5lb2ObGpMTQJNakD4oTAGDhqHMGhu6PupGq5ie4qZcQ7N8ANw8xH7nicTkbqEhQABHWOTmLBWq5f5F6RYGF8P7cl0IWl_w4YcIZkGm2vX2fi26F9F60cU1v13GZEVDTXpJ9kzvYeM9sYk6fWaoyY2jhE51qbv0B0u6hScZiLREtm3n7ClJbIGXhkUppFS2JlNaX3rgQ6t-4LK8gUTyLt3zDs2H8OZyCwlCpfmGmdsUMkm1xX6t2r-95U3zywynxoWZfjBCJf41leM9OMKYwNWZ6LQMyo83HWw1PBIrX4ZLClFwqBcSYsXDyT8_ZLd1cdYmPfmtllIXxZhLClwT5qbCWv73V" > > }
:white_check_mark: Tests.Sample.Test(culture: "", kind: Expired) > > Sponsor status expired > > Sponsor status has expired and automatic sync has not been enabled. > > Sponsor-only features may be disabled. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "", kind: Expiring) > > Sponsor status expired, grace period ending soon > > Sponsor status needs periodic updating and automatic sync has not been enabled. > > Sponsor status has expired and you are in the grace period. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "", kind: Sponsor) > > You are a sponsor of the project, you rock \ud83d\udc9f! > > Thank you for supporting {0} with your sponsorship \ud83d\udc9f! > > You are a true hero. Your sponsorship helps keep the project alive and thriving \ud83d\ude4f.
:white_check_mark: Tests.Sample.Test(culture: "", kind: Unknown) > > Unknown sponsor status > > Please consider supporting {0} by sponsoring @{1} \ud83d\ude4f > > Sponsoring projects you depend on ensures they remain active, and that you get the support you need. It's also super affordable and available worldwide! > > Please consider supporting the project by sponsoring at https://github.com/sponsors/foo and running 'sponsor sync foo' afterwards.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Expired) > > Sponsor status expired > > Sponsor status has expired and automatic sync has not been enabled. > > Sponsor-only features may be disabled. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Expiring) > > Sponsor status expired, grace period ending soon > > Sponsor status needs periodic updating and automatic sync has not been enabled. > > Sponsor status has expired and you are in the grace period. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Sponsor) > > You are a sponsor of the project, you rock \ud83d\udc9f! > > Thank you for supporting {0} with your sponsorship \ud83d\udc9f! > > You are a true hero. Your sponsorship helps keep the project alive and thriving \ud83d\ude4f.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Unknown) > > Unknown sponsor status > > Please consider supporting {0} by sponsoring @{1} \ud83d\ude4f > > Sponsoring projects you depend on ensures they remain active, and that you get the support you need. It's also super affordable and available worldwide! > > Please consider supporting the project by sponsoring at https://github.com/sponsors/foo and running 'sponsor sync foo' afterwards.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expired) > > El estado de patrocino ha expirado > > El estado de patrocino ha expirado y la sincronización automática no está habilitada. > > Funcionalidades exclusivas para patrocinadores pueden no estar disponibles. Ejecuta 'sponsor sync foo' y, opcionalmente, habilita la sincronización automática.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expiring) > > El estado de patrocino ha expirado y el período de gracia terminará pronto > > El estado de patrocino necesita actualización periódica y la sincronización automática no está habilitada. > > El estado de patrocino ha expirado y estás en un período de gracia. Ejecuta 'sponsor sync foo' y, opcionalmente, habilita la sincronización automática.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Sponsor) > > Eres un patrocinador del proyecto, eres lo máximo \ud83d\udc9f! > > Gracias por apoyar a {0} con tu patrocinio \ud83d\udc9f! > > Eres un verdadero héroe. Tu patrocinio ayuda a mantener el proyecto vivo y próspero \ud83d\ude4f.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Unknown) > > Estado de patrocinio desconocido > > Por favor considere apoyar {0} patrocinando @{1} \ud83d\ude4f > > Patrocinar los proyectos en que dependes asegura que se mantengan activos, y que recibas el apoyo que necesitas. También es muy económico y está disponible en todo el mundo! > > Por favor considera apoyar el proyecto patrocinando en https://github.com/sponsors/foo y ejecutando posteriormente 'sponsor sync foo'.

from dotnet-trx with :purple_heart:

devlooped-bot commented 2 months ago

:point_right: Run 25 tests in ~ 3 seconds:

24 passed 1 skipped

:test_tube: Details :white_check_mark: Devlooped.Tests.SponsorLinkTests.TryRead :grey_question: Devlooped.Tests.SponsorLinkTests.ValidateCachedManifest => Non-CI test :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateExpiredSponsor :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateSponsorable :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateUnknownFormat :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateWrongKey :white_check_mark: Tests.AnalyzerTests.WhenMultipleAnalyzers_ThenReportsOnce :white_check_mark: Tests.AnalyzerTests.WhenNoAdditionalFiles_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenSponsoring_ThenReportsSponsor :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGrace_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGraceExpired_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndNoGraceOption_ThenReportsUnknown
:white_check_mark: Tests.Sample.RenderSponsorables > > kzu = { > > "e": "AQAB", > > "kty": "RSA", > > "n": "yP71VgOgHDtGbxdyN31mIFFITmGYEk2cwepKbyqKTbTYXF1OXaMoP5n3mfwqwzUQmEAsrclAigPcK4GIy5WWlc5YujIxKauJjsKe0FBxMnFp9o1UcBUHfgDJjaAKieQxb44717b1MwCcflEGnCGTXkntdr45y9Gi1D9-oBw5zIVZekgMP55XxmKvkJd1k-bYWSv-QFG2JJwRIGwr29Jr62juCsLB7Tg83ZGKCa22Y_7lQcezxRRD5OrGWhf3gTYArbrEzbYy653zbHfbOCJeVBe_bXDkR74yG3mmq_Ne0qhNk6wXuX-NrKEvdPxRSRBF7C465fcVY9PM6eTqEPQwKDiarHpU1NTwUetzb-YKry-h678RJWMhC7I9lzzWVobbC0YVKG7XpeVqBB4u7Q6cGo5Xkf19VldkIxQMu9sFeuHGDSoiCLqmRmwNn9GsMV77oZWr-OPrxEdZzL9BcI4fMJMz7YdiIu-qbIp_vqatbalfNasumf8RgtPOkR2vgc59" > > } > > devlooped = { > > "e": "AQAB", > > "kty": "RSA", > > "n": "5inhv8QymaDBOihNi1eY-6-hcIB5qSONFZxbxxXAyOtxAdjFCPM-94gIZqM9CDrX3pyg1lTJfml_a_FZSU9dB1ii5mSX_mNHBFXn1_l_gi1ErdbkIF5YbW6oxWFxf3G5mwVXwnPfxHTyQdmWQ3YJR-A3EB4kaFwLqA6Ha5lb2ObGpMTQJNakD4oTAGDhqHMGhu6PupGq5ie4qZcQ7N8ANw8xH7nicTkbqEhQABHWOTmLBWq5f5F6RYGF8P7cl0IWl_w4YcIZkGm2vX2fi26F9F60cU1v13GZEVDTXpJ9kzvYeM9sYk6fWaoyY2jhE51qbv0B0u6hScZiLREtm3n7ClJbIGXhkUppFS2JlNaX3rgQ6t-4LK8gUTyLt3zDs2H8OZyCwlCpfmGmdsUMkm1xX6t2r-95U3zywynxoWZfjBCJf41leM9OMKYwNWZ6LQMyo83HWw1PBIrX4ZLClFwqBcSYsXDyT8_ZLd1cdYmPfmtllIXxZhLClwT5qbCWv73V" > > }
:white_check_mark: Tests.Sample.Test(culture: "", kind: Expired) > > Sponsor status expired > > Sponsor status has expired and automatic sync has not been enabled. > > Sponsor-only features may be disabled. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "", kind: Expiring) > > Sponsor status expired, grace period ending soon > > Sponsor status needs periodic updating and automatic sync has not been enabled. > > Sponsor status has expired and you are in the grace period. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "", kind: Sponsor) > > You are a sponsor of the project, you rock \ud83d\udc9f! > > Thank you for supporting {0} with your sponsorship \ud83d\udc9f! > > You are a true hero. Your sponsorship helps keep the project alive and thriving \ud83d\ude4f.
:white_check_mark: Tests.Sample.Test(culture: "", kind: Unknown) > > Unknown sponsor status > > Please consider supporting {0} by sponsoring @{1} \ud83d\ude4f > > Sponsoring projects you depend on ensures they remain active, and that you get the support you need. It's also super affordable and available worldwide! > > Please consider supporting the project by sponsoring at https://github.com/sponsors/foo and running 'sponsor sync foo' afterwards.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Expired) > > Sponsor status expired > > Sponsor status has expired and automatic sync has not been enabled. > > Sponsor-only features may be disabled. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Expiring) > > Sponsor status expired, grace period ending soon > > Sponsor status needs periodic updating and automatic sync has not been enabled. > > Sponsor status has expired and you are in the grace period. Please run 'sponsor sync foo' and optionally enable automatic sync.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Sponsor) > > You are a sponsor of the project, you rock \ud83d\udc9f! > > Thank you for supporting {0} with your sponsorship \ud83d\udc9f! > > You are a true hero. Your sponsorship helps keep the project alive and thriving \ud83d\ude4f.
:white_check_mark: Tests.Sample.Test(culture: "en", kind: Unknown) > > Unknown sponsor status > > Please consider supporting {0} by sponsoring @{1} \ud83d\ude4f > > Sponsoring projects you depend on ensures they remain active, and that you get the support you need. It's also super affordable and available worldwide! > > Please consider supporting the project by sponsoring at https://github.com/sponsors/foo and running 'sponsor sync foo' afterwards.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expired) > > El estado de patrocino ha expirado > > El estado de patrocino ha expirado y la sincronización automática no está habilitada. > > Funcionalidades exclusivas para patrocinadores pueden no estar disponibles. Ejecuta 'sponsor sync foo' y, opcionalmente, habilita la sincronización automática.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expiring) > > El estado de patrocino ha expirado y el período de gracia terminará pronto > > El estado de patrocino necesita actualización periódica y la sincronización automática no está habilitada. > > El estado de patrocino ha expirado y estás en un período de gracia. Ejecuta 'sponsor sync foo' y, opcionalmente, habilita la sincronización automática.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Sponsor) > > Eres un patrocinador del proyecto, eres lo máximo \ud83d\udc9f! > > Gracias por apoyar a {0} con tu patrocinio \ud83d\udc9f! > > Eres un verdadero héroe. Tu patrocinio ayuda a mantener el proyecto vivo y próspero \ud83d\ude4f.
:white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Unknown) > > Estado de patrocinio desconocido > > Por favor considere apoyar {0} patrocinando @{1} \ud83d\ude4f > > Patrocinar los proyectos en que dependes asegura que se mantengan activos, y que recibas el apoyo que necesitas. También es muy económico y está disponible en todo el mundo! > > Por favor considera apoyar el proyecto patrocinando en https://github.com/sponsors/foo y ejecutando posteriormente 'sponsor sync foo'.

from dotnet-trx with :purple_heart:

devlooped-bot commented 2 months ago

25 passed 25 passed 1 skipped 25 passed 25 passed 1 skipped 25 passed 25 passed 1 skipped

:test_tube: Details on macOS Unix 14.5.0 :white_check_mark: Devlooped.Tests.SponsorLinkTests.TryRead :grey_question: Devlooped.Tests.SponsorLinkTests.ValidateCachedManifest => Non-CI test :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateExpiredSponsor :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateSponsorable :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateUnknownFormat :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateWrongKey :white_check_mark: Tests.AnalyzerTests.WhenAnalyzerNotDirectlyReferenced_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenMultipleAnalyzers_ThenReportsOnce :white_check_mark: Tests.AnalyzerTests.WhenNoAdditionalFiles_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenSponsoring_ThenReportsSponsor :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGrace_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGraceExpired_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndNoGraceOption_ThenReportsUnknown :white_check_mark: Tests.Sample.RenderSponsorables :white_check_mark: Tests.Sample.Test(culture: "", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "", kind: Sponsor) :white_check_mark: Tests.Sample.Test(culture: "", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Sponsor) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Sponsor) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Unknown)
:test_tube: Details on Ubuntu 22.04.4 LTS :white_check_mark: Devlooped.Tests.SponsorLinkTests.TryRead :grey_question: Devlooped.Tests.SponsorLinkTests.ValidateCachedManifest => Non-CI test :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateExpiredSponsor :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateSponsorable :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateUnknownFormat :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateWrongKey :white_check_mark: Tests.AnalyzerTests.WhenAnalyzerNotDirectlyReferenced_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenMultipleAnalyzers_ThenReportsOnce :white_check_mark: Tests.AnalyzerTests.WhenNoAdditionalFiles_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenSponsoring_ThenReportsSponsor :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGrace_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGraceExpired_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndNoGraceOption_ThenReportsUnknown :white_check_mark: Tests.Sample.RenderSponsorables :white_check_mark: Tests.Sample.Test(culture: "", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "", kind: Sponsor) :white_check_mark: Tests.Sample.Test(culture: "", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Sponsor) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Sponsor) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Unknown)
:test_tube: Details on Microsoft Windows 10.0.20348 :white_check_mark: Devlooped.Tests.SponsorLinkTests.TryRead :grey_question: Devlooped.Tests.SponsorLinkTests.ValidateCachedManifest => Non-CI test :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateExpiredSponsor :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateSponsorable :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateUnknownFormat :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateWrongKey :white_check_mark: Tests.AnalyzerTests.WhenAnalyzerNotDirectlyReferenced_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenMultipleAnalyzers_ThenReportsOnce :white_check_mark: Tests.AnalyzerTests.WhenNoAdditionalFiles_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenSponsoring_ThenReportsSponsor :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGrace_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGraceExpired_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndNoGraceOption_ThenReportsUnknown :white_check_mark: Tests.Sample.RenderSponsorables :white_check_mark: Tests.Sample.Test(culture: "", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "", kind: Sponsor) :white_check_mark: Tests.Sample.Test(culture: "", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Sponsor) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Sponsor) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Unknown)

from dotnet-retest on .NET 8.0.7 with :purple_heart: