-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[net9.0] Merge main to net9.0 #20077
Merged
Merged
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
Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
* add PostNotifications to Permissions * brackets fix * PublicAPI update[s] * Update PublicAPI.Shipped.txt * Add Essentials Sample --------- Co-authored-by: moljac <mcvjetko@holisticware.net>
* optimize index lookups * add benchmarks --------- Co-authored-by: Edward Miller <symbiogenisis@outlook.com>
…w. (#19909) * Update DevTools version for Catalyst * Only set flags if DeveloperTools.Enabled is enabled
* Process the enter key as "Done" * - add tests * - refine test * Update Issue16386.cs
Co-authored-by: Edward Miller <symbiogenisis@outlook.com>
* Resizetizer Regex Fix #19574 Fixed Resizetizer Regex not allowing single letter characters. "a" I also fixed another part of the regex where a the following input was allowed when it shouldnt have. "a=" The regex is based off the error given by regex. Requirements are: 1. First char should be a lowercase letter between a-z 2. The rest can be a lowercase letter or a number 0-9 or an underscore. 3. Lastly, the last character is NOT an underscore. * Added test cases to Resizetizer filename tester
* [tests] Move integration tests to use MauiDotNetTfm * Use the local dotnet install --------- Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
Eilon
approved these changes
Jan 22, 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.
Description of Change
Bring latest changes from main to net9 branch