Merge main into live#7057
Merged
BillWagner merged 7 commits intolivefrom Jun 13, 2025
Merged
Conversation
* Set DnneBuildExports=false when publishing AOT * Set DnneAddGeneratedBinaryToProject=true * Update README to add /u flag for regsvr32.exe when unregistering
…dows, updated description, company and copyright information
Bumps the dotnet group with 1 update: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `dependabot/fetch-metadata` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
…-1d3f3f8c36 Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 in the dotnet group
Original document was linking to: > https://github.com/dotnet/samples/blob/main/core/nativeaot/NativeLibrary/Class1.cs ...which doesn't exist. I reckon the intent was to link to this instead: > https://github.com/dotnet/samples/blob/main/core/nativeaot/NativeLibrary/LibraryFunctions.cs
* Bug fixes for Orleans Bank Account sample. Balance now updates after Deposit or Withdraw operations. Withdraw decrements now instead of incorrectly incrementing. * Code Review suggestions and bug fixes. Made Balance a class instead of a record as no benefit in using record here. Added Id attribute to Balance.Value so that it is serialized and to allow state to be persisted after a Withdrawal. Removed Reentrant attribute from AccountGrain as this could introduce race conditions when using Transactions.
…ase-updates Updated C1 packages to latest, changed target framework to net8.0-windows, updated description, company and copyright information
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please don't squash-merge this PR.