Skip to content

Set SOURCE_DATE_EPOCH#3997

Merged
martincostello merged 1 commit into
masterfrom
set-SOURCE_DATE_EPOCH
Jun 14, 2026
Merged

Set SOURCE_DATE_EPOCH#3997
martincostello merged 1 commit into
masterfrom
set-SOURCE_DATE_EPOCH

Conversation

@martincostello

Copy link
Copy Markdown
Collaborator

Set the SOURCE_DATE_EPOCH to the date of the checked-out Git commit to use for NuGet's DeterministicTimestamp in .NET 11.

Set the `SOURCE_DATE_EPOCH` to the date of the checked-out Git commit to use for NuGet's `DeterministicTimestamp` in .NET 11.
@martincostello martincostello marked this pull request as ready for review June 14, 2026 13:31
@martincostello martincostello enabled auto-merge (squash) June 14, 2026 13:31
@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.04%. Comparing base (0dfd360) to head (ec2ffde).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3997   +/-   ##
=======================================
  Coverage   95.04%   95.04%           
=======================================
  Files         111      111           
  Lines        3958     3958           
  Branches      801      801           
=======================================
  Hits         3762     3762           
  Misses        196      196           
Flag Coverage Δ
Linux 95.04% <ø> (ø)
Windows 95.04% <ø> (ø)
macOS 95.04% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martincostello martincostello merged commit c3071ad into master Jun 14, 2026
15 checks passed
@martincostello martincostello deleted the set-SOURCE_DATE_EPOCH branch June 14, 2026 13:42
This was referenced Jun 19, 2026
This was referenced Jun 28, 2026
sondresjolyst pushed a commit to sondresjolyst/garge-api that referenced this pull request Jun 29, 2026
…#325)

Updated
[Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)
from 10.2.1 to 10.2.2.

<details>
<summary>Release notes</summary>

_Sourced from [Swashbuckle.AspNetCore.Annotations's
releases](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)._

## 10.2.2

## What's Changed

* Update NuGet packages by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#3990
* Set `SOURCE_DATE_EPOCH` by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#3997
* Fix `InvalidOperationException` if no route matches by
@​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#3999
* Fix empty parameter example not generated by @​dldl-cmd in
domaindrivendev/Swashbuckle.AspNetCore#3932
* Map `[MinLength]`/`[MaxLength]` on dictionary properties to
`minProperties`/`maxProperties` by @​KitKeen in
domaindrivendev/Swashbuckle.AspNetCore#3922
* Fix conflicting required+nullable schema when only NonNullableReferen…
by @​KitKeen in
domaindrivendev/Swashbuckle.AspNetCore#3912
* Fix `ExposeSwaggerDocumentUrlsRoute` behaviour by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#4000
* Use `NUGET_API_KEY` by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#4006

## New Contributors

* @​KitKeen made their first contribution in
domaindrivendev/Swashbuckle.AspNetCore#3922

**Full Changelog**:
domaindrivendev/Swashbuckle.AspNetCore@v10.2.1...v10.2.2


Commits viewable in [compare
view](domaindrivendev/Swashbuckle.AspNetCore@v10.2.1...v10.2.2).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swashbuckle.AspNetCore.Annotations&package-manager=nuget&previous-version=10.2.1&new-version=10.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
sondresjolyst added a commit to sondresjolyst/garge-api that referenced this pull request Jun 29, 2026
Updated
[Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)
from 10.2.1 to 10.2.2.

<details>
<summary>Release notes</summary>

_Sourced from [Swashbuckle.AspNetCore's
releases](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)._

## 10.2.2

## What's Changed

* Update NuGet packages by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#3990
* Set `SOURCE_DATE_EPOCH` by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#3997
* Fix `InvalidOperationException` if no route matches by
@​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#3999
* Fix empty parameter example not generated by @​dldl-cmd in
domaindrivendev/Swashbuckle.AspNetCore#3932
* Map `[MinLength]`/`[MaxLength]` on dictionary properties to
`minProperties`/`maxProperties` by @​KitKeen in
domaindrivendev/Swashbuckle.AspNetCore#3922
* Fix conflicting required+nullable schema when only NonNullableReferen…
by @​KitKeen in
domaindrivendev/Swashbuckle.AspNetCore#3912
* Fix `ExposeSwaggerDocumentUrlsRoute` behaviour by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#4000
* Use `NUGET_API_KEY` by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#4006

## New Contributors

* @​KitKeen made their first contribution in
domaindrivendev/Swashbuckle.AspNetCore#3922

**Full Changelog**:
domaindrivendev/Swashbuckle.AspNetCore@v10.2.1...v10.2.2


Commits viewable in [compare
view](domaindrivendev/Swashbuckle.AspNetCore@v10.2.1...v10.2.2).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swashbuckle.AspNetCore&package-manager=nuget&previous-version=10.2.1&new-version=10.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sondre Sjølyst <18713420+sondresjolyst@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant