-
Notifications
You must be signed in to change notification settings - Fork 464
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
Merge from release #5964
Merged
Merged
Merge from release #5964
Conversation
This file contains 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
…ed when pack (dotnet#5419) * Fix issue where replacement text is not getting evaluated when pack * Do not depend on Restore target and instead copy to obj directory * Include recursive dir --------- Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
* Updating NuGet and Docker versions to latest * Revert MongoDB update * Extract phpmyadmin image and tag to follow the pattern used everywhere else. * Fix two images that were not latest --------- Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com> Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
…ms (dotnet#5409) * Update package tags for "integration" and "library" terms * PR feedback * PR feedback * More PR feedback --------- Co-authored-by: Damian Edwards <damian@damianedwards.com> Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
Co-authored-by: Ankit Jain <radical@gmail.com>
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
* Fix dashboard log parsing in host * Fix test * Update src/Aspire.Hosting/Aspire.Hosting.csproj --------- Co-authored-by: James Newton-King <james@newtonking.com>
* Enable signing and use stable packages * Adding Product Version for workload testing * Fix Helix package versions * Update version of Aspire.Azure.Messaging.EventHubs to stable
Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
There was a breaking change between 2.27 and 2.28 - MongoDB.Driver added an assembly strong name. We can now remove our NoWarn workarounds for MongoDB. Except Aspire.MongoDB.Driver still needs the NoWarn for 2 the health check and DiagnosticSource packages. Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
* Fix dashboard auth when unsecured * Increase playwrite assert timeout and re-enable test * Comment --------- Co-authored-by: James Newton-King <james@newtonking.com>
…backward compatibility (dotnet#5708) * Allow referencing older version of AppHost package for backward compatibility * Remove unnecessary using statement * Rename test --------- Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
…net#5790) * Update NuGet and Docker dependencies * Update cgmanifest.json file * Update ConfigurationSchema.json files * Revert FluentUI updates as there were test failures here --------- Co-authored-by: Sebastien Ros <sebastienros@gmail.com>
… best matching RID for platform (dotnet#5807) * Fix RID regression by adding a task that calculates the best matching RID for each platform. * Use out-of-proc instead of MSBuild task * Do not show the output of running the tool as 'High' importance * PR Feedback * PR Feedback * Fix package authoring * Fix TFM on rid tool * Fix issues with wrong variable names * Address PR feedback
Open
3 tasks
JamesNK
approved these changes
Sep 27, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Merge changes from release/8.2 branch after 8.2.1 release.
This PR needs to be merged and not squashed.
Microsoft Reviewers: Open in CodeFlow