Skip to content
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 22 commits into from
Jan 23, 2024
Merged

[net9.0] Merge main to net9.0 #20077

merged 22 commits into from
Jan 23, 2024

Conversation

rmarinho
Copy link
Member

Description of Change

Bring latest changes from main to net9 branch

PureWeen and others added 19 commits January 17, 2024 15:10
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>
…ns on Apple platforms. Fixes #19756. (#19757)

App Extensions have OutputType=Library (just like Android applications), and
as such they need to be treated accordingly: keep bundling assets.

Fixes #19756.
* 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>
@rmarinho rmarinho requested review from a team as code owners January 22, 2024 18:39
@rmarinho rmarinho changed the base branch from main to net9.0 January 22, 2024 18:39
@rmarinho rmarinho merged commit d2eb675 into net9.0 Jan 23, 2024
41 of 48 checks passed
@rmarinho rmarinho deleted the merge-main-net9 branch January 23, 2024 12:14
@github-actions github-actions bot locked and limited conversation to collaborators Feb 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet