Skip to content

Fix deterministic build#28

Merged
viceroypenguin merged 1 commit into
mainfrom
deterministic
Jun 2, 2026
Merged

Fix deterministic build#28
viceroypenguin merged 1 commit into
mainfrom
deterministic

Conversation

@viceroypenguin
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings June 2, 2026 02:24
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts MSBuild/NuGet configuration to make builds more deterministic by removing conditional package inclusion logic and dropping an implicit global SourceLink dependency.

Changes:

  • Remove the conditional ItemGroup gating Microsoft.Extensions.DependencyInjection.Abstractions so it is referenced consistently across target frameworks.
  • Remove the global Microsoft.SourceLink.GitHub package reference from central package management.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/Immediate.Injections.Shared/Immediate.Injections.Shared.csproj Makes the DI abstractions package reference unconditional to avoid conditional restore/build variability across TFMs.
Directory.Packages.props Removes the global SourceLink GitHub package reference to reduce deterministic-build variability caused by global package injection.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@viceroypenguin viceroypenguin enabled auto-merge (squash) June 2, 2026 02:27
@viceroypenguin viceroypenguin disabled auto-merge June 2, 2026 02:31
@viceroypenguin viceroypenguin merged commit d458f43 into main Jun 2, 2026
2 checks passed
@viceroypenguin viceroypenguin deleted the deterministic branch June 2, 2026 02:31
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.

2 participants