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

Merge net8.0 into release/8.0.1xx-preview1 #13441

Merged
merged 158 commits into from
Feb 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
158 commits
Select commit Hold shift + click to select a range
8b04a8a
Added samples
jsuarezruiz Nov 29, 2022
bf70419
Fix the bug
jsuarezruiz Nov 29, 2022
5cf46b5
Added device tests
jsuarezruiz Nov 29, 2022
60c17b4
Merge branch 'main' into fix-11714
jsuarezruiz Dec 19, 2022
344bb29
Microsoft.Maui.ApplicationModel.Permissions: add Bluetooth permission…
janusw Jan 4, 2023
3755a5f
Essentials: update public API (#12264)
janusw Jan 5, 2023
bb508e7
Remove obsoleted OpenGLView
jfversluis Jan 11, 2023
99389f1
Restore accidentally deleted files
jfversluis Jan 12, 2023
855885f
Merge branch 'main' into fix-11714
jsuarezruiz Jan 18, 2023
a44461d
Removed unnecessary loop
jsuarezruiz Jan 18, 2023
70da3cb
Merge remote-tracking branch 'origin/main' into remove-openglview
mattleibow Feb 1, 2023
c5cb70f
[iOS/Catalyst] Correctly render ContentPage brushes background (#11721)
rmarinho Feb 1, 2023
90e40c6
Remove obsoleted OpenGLView (#12579)
rmarinho Feb 1, 2023
d6491a7
Fix DotNetCoreTestSettings.Logger warning (#13068)
lutzroeder Feb 1, 2023
a3b7a48
added monochrome element to the AdaptiveIconDrawableXml (#12564)
IIFabixn Feb 2, 2023
72706d1
Fix EvaluateJavaScriptAsync using Compatibility WebView Renderer (#12…
jsuarezruiz Feb 2, 2023
fd02b8b
Fix Download warning (#13067)
lutzroeder Feb 2, 2023
a81955b
[create-pull-request] automated change (#13070)
github-actions[bot] Feb 2, 2023
9b5abf4
Fix Html text rendering issue on Android
jsuarezruiz Feb 2, 2023
9373cc8
Fix crash with a hidden CarouselView on iOS
jsuarezruiz Feb 2, 2023
5b9e3f0
fix: Fixed nullable annotations for WeakEventManager. (#12950)
HavenDV Feb 2, 2023
0188102
Update CONTRIBUTING.md (#13093)
hartez Feb 2, 2023
e2df547
Remove Deprecated Application.Properties (#13089)
jfversluis Feb 3, 2023
1481874
Merge branch 'main' into fix-13031
jsuarezruiz Feb 3, 2023
e46e138
Merge branch 'main' into fix-13015
jsuarezruiz Feb 3, 2023
6e3b510
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] Feb 3, 2023
2d4b3d1
[Windows] Fixes DatePicker format (#9924)
andres-fg Feb 3, 2023
065b41a
Disable codeQL test
rmarinho Feb 3, 2023
23635ca
[build] Disable codeQL test (#13110)
rmarinho Feb 3, 2023
31b3308
Update WebAuthenticator to support custom ResponseDecoder (#11641) (#…
adrianhall Feb 6, 2023
0863aeb
[net8.0] Update dependencies from xamarin/xamarin-android (#13106)
rmarinho Feb 6, 2023
312f95d
[iOS] Fix crash with a hidden CarouselView (#13083) Fixes #13031
rmarinho Feb 6, 2023
b35a86e
[Android] Fix Html text rendering issue (#13078)
rmarinho Feb 6, 2023
e55ecd0
[Essentials] add Bluetooth permissions (#12413) Fixes #12264
rmarinho Feb 6, 2023
605a70e
Remove PhoneDialer.Current (#13079)
jfversluis Feb 6, 2023
2a97c5c
[listview] fixes for various null/empty DataTemplate
jonathanpeppers Feb 6, 2023
3841372
[iOS] Fix Entry Next Keyboard Button Finds Next TextField (#11914)
tj-devel709 Feb 6, 2023
f73f809
Resolve some life cycle issues with `TabbedPage` when nested inside a…
PureWeen Feb 6, 2023
bf0a60a
Fix Modal page offset measuring for AdjustPan and AdjustResize (#12661)
PureWeen Feb 6, 2023
81c316c
Fix initial page and back button Navigation events (#12348)
PureWeen Feb 6, 2023
4f5a96c
Correctly propagate BindingContext in all ContentView scenarios (#12536)
jsuarezruiz Feb 6, 2023
50e2891
[iOS] Use same font size for Editor/Entry placeholders (#13140)
rmarinho Feb 6, 2023
88d5f90
[create-pull-request] automated change
github-actions[bot] Feb 7, 2023
2009992
[iOS] Simplify the code used to set the same font size for Editor/Entry.
mandel-macaque Feb 7, 2023
c1133aa
Use `is not`, save a few lines of code
jonathanpeppers Feb 7, 2023
df881a3
Update src/Core/src/Platform/iOS/MauiTextView.cs
mandel-macaque Feb 7, 2023
65024d2
Update src/Core/src/Platform/iOS/MauiTextView.cs
mandel-macaque Feb 7, 2023
85dc8f6
Even simpler.
mandel-macaque Feb 7, 2023
63804ab
Bump Xamarin.Firebase.AppIndexing from 120.0.0.10 to 120.0.0.11
dependabot[bot] Feb 7, 2023
2cba96c
[iOS] Simplify the code used to set the same font size for Editor/Ent…
rmarinho Feb 7, 2023
2dcc148
Make MAUI into 1 workload and lots of NuGets instead of a full worklo…
mattleibow Feb 7, 2023
2c68f1e
Bump Xamarin.GooglePlayServices.Maps from 118.1.0 to 118.1.0.1
dependabot[bot] Feb 7, 2023
ff55379
[housekeeping] Automated PR to fix formatting errors (#13149)
rmarinho Feb 7, 2023
d1a11f5
Add the new dll to the sign list (#13168)
mattleibow Feb 7, 2023
8e53a53
[iOS] Fix issue using SVG in SwipeItem Icon (#12882)
jsuarezruiz Feb 7, 2023
f822230
Remove Navigation workaround (#13170)
PureWeen Feb 7, 2023
9ab7067
[listview] fixes for various null/empty DataTemplate (#13146) Fixes: …
rmarinho Feb 7, 2023
04236d7
Add some capabilities! (#13171)
mattleibow Feb 7, 2023
f79d5ca
Fix the WorkloadManifest.json (#13172)
mattleibow Feb 7, 2023
24cb549
Merge remote-tracking branch 'origin/main' into dev/merge-main-into-net8
mattleibow Feb 7, 2023
8747805
[create-pull-request] automated change
github-actions[bot] Feb 8, 2023
8d7df30
Bump Xamarin.Firebase.AppIndexing from 120.0.0.10 to 120.0.0.11 (#13164)
rmarinho Feb 8, 2023
21903c8
Merge main into net8.0 (#13166)
mattleibow Feb 8, 2023
be1e6ff
Bump Xamarin.GooglePlayServices.Maps from 118.1.0 to 118.1.0.1 (#13163)
rmarinho Feb 8, 2023
407ef29
[housekeeping] Automated PR to fix formatting errors (#13184)
rmarinho Feb 8, 2023
05b0d60
Fix a couple life cycle scenarios on shell modals (#13177)
PureWeen Feb 8, 2023
20ede65
Don't auto-close s/move-to-vs-feedback issues (#13209)
Eilon Feb 8, 2023
1f0b2d4
Close open cursors correctly (#13202)
mattleibow Feb 8, 2023
8f5fc97
[Windows] Add convenience and nullable safe method. (#13205)
mandel-macaque Feb 8, 2023
47802aa
Fix back button tap for older iOS APIs (#13204)
PureWeen Feb 9, 2023
820c37a
Add NotNullWhen to IsAlive() (#13214)
PureWeen Feb 9, 2023
e3c8e07
Add more tests for Graphics (#13208)
mattleibow Feb 9, 2023
54f1696
Wire up WebView2 to window life cycle (#13206) Fixes #10436 Fixes #83…
PureWeen Feb 9, 2023
cab81dc
[Android] Fix crash setting SelectedTabColor on TabbedPage (#12924) F…
jsuarezruiz Feb 9, 2023
f7bdc45
[create-pull-request] automated change (#13217)
github-actions[bot] Feb 9, 2023
b612ef9
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] Feb 9, 2023
a905b59
[main] Update dependencies from xamarin/xamarin-macios (#13195)
dotnet-maestro[bot] Feb 9, 2023
fbba9d1
[iOS] Better Find Next Textfield Algo (#13174)
tj-devel709 Feb 9, 2023
2218065
[Android] Align dash effect between Border and Shapes (#12693)
jsuarezruiz Feb 9, 2023
45b7d5b
[Android] Avoid to update Shell Toolbar colors if already disposed th…
jsuarezruiz Feb 9, 2023
7b18e07
Fix wrong conversions between Graphics RectF and Android RectF (#13225)
jsuarezruiz Feb 9, 2023
f830ec0
[build] use stable bits in main (#13201)
jonathanpeppers Feb 9, 2023
c01c6ea
Don't refresh the filtered tests if the filter hasn't actually change…
hartez Feb 10, 2023
c01290f
[CI] Install the android and iOS dotnet version when they are diff to…
mandel-macaque Feb 10, 2023
e31e947
fix shadow visibility on Windows (#10996)
espenrl Feb 10, 2023
8a626f1
[create-pull-request] automated change (#13237)
github-actions[bot] Feb 10, 2023
5a01dbe
[Android] Fix shadows size in clipped views (#11603) Fixes #11578
jsuarezruiz Feb 10, 2023
13fbb99
[iOS/Catalyst] Fix Shell TitleView rendering issues on iOS 16 (#1283…
jsuarezruiz Feb 10, 2023
50602da
Remove TargetIdiom (#13090)
jfversluis Feb 10, 2023
505b93a
[core] `WeakEventManager+Subscription` needs `IEquatable` (#13232)
jonathanpeppers Feb 10, 2023
998a0bc
feat: Added nullable annotations for IValueConverter. (#13173)
HavenDV Feb 10, 2023
78f133c
Remove Compatibility packages by default (#13165)
mattleibow Feb 10, 2023
c1aac2e
[Windows] Fix issue with caching the page that holds unfocused contro…
rmarinho Feb 10, 2023
5762e12
[Housekeeping] Revert changes from 11721 (#13253)
jsuarezruiz Feb 10, 2023
182e0d4
Update Essentials SMS API Docs (#12849)
jfversluis Feb 10, 2023
fc399db
Let the Grid skip * measurements during the first pass if they'll be …
hartez Feb 10, 2023
6106820
[CI] Allow to find the eng folder when multiple projects are checkedo…
mandel-macaque Feb 10, 2023
9e6277f
[create-pull-request] automated change
github-actions[bot] Feb 11, 2023
9a1533d
[CI] Allow to pass the checkout dir to the packs template. (#13264)
mandel-macaque Feb 13, 2023
4b40b0e
[housekeeping] Automated PR to fix formatting errors (#13265)
mandel-macaque Feb 13, 2023
6be6382
Update dotnet-autoformat-pr.yml (#13296)
rmarinho Feb 13, 2023
255c435
[housekeeping] Update dotnet-autoformat-pr.yml (#13300)
rmarinho Feb 13, 2023
442c126
[Windows] Correctly set the Slider ThumbImageSource (#13194)
jsuarezruiz Feb 13, 2023
9b59594
When measuring FlexLayout unconstrained, allow child to be desired si…
hartez Feb 13, 2023
918d1ce
[Essentials] Geolocation foreground listening (#9572)
vividos Feb 13, 2023
23b9ae2
[controls] fix memory leak in Style and AttachedCollection (#13260)
jonathanpeppers Feb 14, 2023
0cc7590
[create-pull-request] automated change (#13306)
github-actions[bot] Feb 14, 2023
10a0b13
[controls] one less WeakReference in TypedBinding (#13304)
jonathanpeppers Feb 14, 2023
2e3b2ad
Update Essentials API Docs Misc (#12996)
jfversluis Feb 14, 2023
857950e
Obsolete some of the AutomationProperties (#13104)
jfversluis Feb 14, 2023
8e32da6
[Resizetizer] Do not update images if they have not been updated. (#1…
dellis1972 Feb 14, 2023
236a60a
[Windows] Fix crash on Windows WebView updating the Html Source more …
jsuarezruiz Feb 14, 2023
c29b33e
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] Feb 14, 2023
a63c5cd
[core] WeakEventManager.RemoveEventHandler() should clear subscriptio…
jonathanpeppers Feb 15, 2023
0f4ee16
reduce duplicate IndexOf calls (#12599)
trivalik Feb 15, 2023
83a4dd8
Merge branch 'main' into merge-main-net8
rmarinho Feb 15, 2023
57455a5
Auto-format source code
Feb 15, 2023
4b53daf
[create-pull-request] automated change (#13337)
github-actions[bot] Feb 15, 2023
d8a9439
[main] Update dependencies from dotnet/xharness (#11867)
dotnet-maestro[bot] Feb 15, 2023
aac0d99
ItemContentControl - apply bindings once for ItemTemplate (Windows) (…
espenrl Feb 15, 2023
e613b5b
[Android] Don't lose the padding when background is set (#13301) fixe…
rmarinho Feb 15, 2023
16a3972
Fix setting bottom tab icon title (#12889) Fixes #12105
PureWeen Feb 15, 2023
6198fab
Merge branch 'main' into merge-main-net8
rmarinho Feb 15, 2023
b698344
Fix install .net
rmarinho Feb 15, 2023
6e3eaf8
[macOS] Fix crash using Shell SearchHandler on Catalyst (#11926)
jsuarezruiz Feb 15, 2023
7847d2b
Finalize Essentials API Docs (#13320)
jfversluis Feb 15, 2023
5cbb27e
[iOS] Fix sizing of button when using CharacterSpacing (#13250) Fixes…
rmarinho Feb 15, 2023
0ea3ee2
fix(ShellView): Fixed an issue in `ShellView` where items added via c…
Foda Feb 15, 2023
536fee6
Changes in project template to avoid BoxView mistake (#13348)
jsuarezruiz Feb 15, 2023
e2c96f1
Bump coverlet.collector from 3.1.2 to 3.2.0 (#13359)
dependabot[bot] Feb 15, 2023
7070feb
Bump Microsoft.AspNetCore.Authorization from 7.0.2 to 7.0.3 (#13350)
dependabot[bot] Feb 15, 2023
7833ecc
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] Feb 15, 2023
f4637b3
[Windows] Fix crash using complex html content (#11409)
jsuarezruiz Feb 15, 2023
b126535
[CI] Enure the pwsh is in the right dir. (#13370)
mandel-macaque Feb 16, 2023
de88e02
[create-pull-request] automated change (#13373)
github-actions[bot] Feb 16, 2023
3c631e7
Added pending changes in Android AlertManager (#11989)
jsuarezruiz Feb 16, 2023
549fde4
Update dotnet-autoformat-pr-push.yml (#13390)
rmarinho Feb 16, 2023
8de6896
Ensure OnMeasure always calls SetMeasuredDimension in ShellPageContai…
BioTurboNick Feb 16, 2023
1182230
Clarify test (#13363)
PureWeen Feb 16, 2023
03f3644
Merge main to net8 (#13345)
rmarinho Feb 16, 2023
b34ef5e
Bump Microsoft.Web.WebView2 from 1.0.1518.46 to 1.0.1587.40 (#13389)
dependabot[bot] Feb 16, 2023
2a15957
[Android] Fix crash adding items to CollectionView on navigating (#13…
jsuarezruiz Feb 16, 2023
f6d8e15
[iOS/MacCatalyst] Fix Editor scrolling (#13234)
rmarinho Feb 16, 2023
46cfab5
[Windows] Fix Shell FlyoutBackground property (#13132)
jsuarezruiz Feb 17, 2023
0372df7
[core] fix memory leaks in bindings (#13327)
jonathanpeppers Feb 17, 2023
d162c65
[CI] Fix more paths in the packs.yml to work with the unified pipeline.
mandel-macaque Feb 17, 2023
fa8e06c
[CI] Fix more paths in the packs.yml to work with the unified pipelin…
mandel-macaque Feb 17, 2023
8cfa610
[CI] Fix the step to copy the metadata.
mandel-macaque Feb 17, 2023
8bd978a
[CI] Fix the step to copy the metadata. (#13420)
mandel-macaque Feb 17, 2023
c2eec79
Merge branch 'main' into merge-main-net8
mandel-macaque Feb 17, 2023
fc0aa4e
Auto-format source code
Feb 17, 2023
05417d2
Add implicit package reference for Compat (#13427)
Redth Feb 17, 2023
0c6a2aa
Add shell pages via controller instead of handler (#13332)
PureWeen Feb 17, 2023
77dfce0
Use and clear a local nuget cache (#13256)
mattleibow Feb 17, 2023
bf7f3df
Have Frame use MinimumHeight/Width for minimums instead of constraint…
hartez Feb 17, 2023
7ac56d3
Merge main to net8 (#13430)
PureWeen Feb 17, 2023
d8656a7
Update net8.0 from main (#13437)
Redth Feb 18, 2023
ae77dfa
Merge branch 'release/8.0.1xx-preview1' into net8-release8p1
Redth Feb 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"microsoft.dotnet.xharness.cli": {
"version": "1.0.0-prerelease.22569.1",
"version": "1.0.0-prerelease.23110.1",
"commands": [
"xharness"
]
Expand Down
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dotnet_diagnostic.IL2050.severity = none
# Code analyzers
dotnet_diagnostic.CA1307.severity = error
dotnet_diagnostic.CA1309.severity = error
dotnet_diagnostic.CA1815.severity = error

# Modifier preferences
dotnet_style_require_accessibility_modifiers = never:suggestion
Expand Down
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Have a look at our [Development Guide](DEVELOPMENT.md) to learn about setting up

### What to work on

If you're looking for something to work on, please browse our [Handler Property Backlog](https://github.com/dotnet/maui/projects/4). Any issue that is not already assigned is up for grabs. Make sure to read over the [Handler Property PR Guidelines](https://github.com/dotnet/maui/wiki/Handler-Property-PR-Guidelines) to acquaint yourself on how you can get started in contributing to our handler conversion efforts. Included is also a sample PR you can model after.
If you're looking for something to work on, please browse our [backlog](https://github.com/dotnet/maui/issues?q=is%3Aopen+is%3Aissue+milestone%3ABacklog). Any issue that is not already assigned is up for grabs.

Follow the style used by the [.NET Foundation](https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/coding-style.md), with two primary exceptions:

Expand All @@ -29,7 +29,7 @@ Read and follow our [Pull Request template](PULL_REQUEST_TEMPLATE.md).

### Pull Request Requirements

Please refer to our [Handler Property PR Guidelines](https://github.com/dotnet/maui/wiki/Handler-Property-PR-Guidelines) and [Pull Request template](PULL_REQUEST_TEMPLATE.md).
Please refer to our [Pull Request template](PULL_REQUEST_TEMPLATE.md).

Please check the "Allow edits from maintainers" checkbox on your pull request. This allows us to quickly make minor fixes and resolve conflicts for you.

Expand Down
106 changes: 1 addition & 105 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2005,116 +2005,12 @@
{
"name": "addReply",
"parameters": {
"comment": "Thanks for the issue report @${issueAuthor}! This issue appears to be a problem with Visual Studio, so we ask that you use the VS feedback tool to report the issue. That way it will get to the routed to the team that owns this experience in VS.\n\nIf you encounter a problem with Visual Studio, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks.\n\n1. Go to the [Visual Studio for Windows feedback tool](https://docs.microsoft.com/visualstudio/ide/how-to-report-a-problem-with-visual-studio?view=vs-2022) or [Visual Studio for Mac feedback tool](https://learn.microsoft.com/en-us/visualstudio/mac/report-a-problem?view=vsmac-2022) to report the issue\n2. Close this bug, and consider adding a link to the VS Feedback issue so that others can follow its activity there.\n\nThis issue will be automatically closed in 3 days if there are no further comments."
"comment": "Thanks for the issue report @${issueAuthor}! This issue appears to be a problem with Visual Studio, so we ask that you use the VS feedback tool to report the issue. That way it will get to the routed to the team that owns this experience in VS.\n\nIf you encounter a problem with Visual Studio, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks.\n\n1. Go to the [Visual Studio for Windows feedback tool](https://docs.microsoft.com/visualstudio/ide/how-to-report-a-problem-with-visual-studio?view=vs-2022) or [Visual Studio for Mac feedback tool](https://learn.microsoft.com/en-us/visualstudio/mac/report-a-problem?view=vsmac-2022) to report the issue\n2. Close this bug, and consider adding a link to the VS Feedback issue so that others can follow its activity there."
}
}
]
}
},
{
"taskType": "scheduled",
"capabilityId": "ScheduledSearch",
"subCapability": "ScheduledSearch",
"version": "1.1",
"config": {
"frequency": [
{
"weekDay": 0,
"hours": [
0,
6,
12,
18
]
},
{
"weekDay": 1,
"hours": [
0,
6,
12,
18
]
},
{
"weekDay": 2,
"hours": [
0,
6,
12,
18
]
},
{
"weekDay": 3,
"hours": [
0,
6,
12,
18
]
},
{
"weekDay": 4,
"hours": [
0,
6,
12,
18
]
},
{
"weekDay": 5,
"hours": [
0,
6,
12,
18
]
},
{
"weekDay": 6,
"hours": [
0,
6,
12,
18
]
}
],
"searchTerms": [
{
"name": "isOpen",
"parameters": {}
},
{
"name": "hasLabel",
"parameters": {
"label": "s/move-to-vs-feedback"
}
},
{
"name": "noActivitySince",
"parameters": {
"days": 3
}
}
],
"taskName": "Close 's/move-to-vs-feedback' after 3 days of no activity",
"actions": [
{
"name": "addReply",
"parameters": {
"comment": "This issue is being closed due to inactivity. If this issue is still affecting you, please follow the steps above to use the VS Feedback Tool to report the issue."
}
},
{
"name": "closeIssue",
"parameters": {}
}
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/dotnet-autoformat-pr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
github.event.workflow_run.conclusion == 'success'
steps:
- name: 'Push autoformatted patch'
uses: rolfbjarne/autoformat-push@v0.1
uses: rolfbjarne/autoformat-push@v0.2
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
commentContents: 'Thank you for your pull request. We are auto-formating your source code to follow our code guidelines.'
5 changes: 2 additions & 3 deletions .github/workflows/dotnet-autoformat-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- name: 'Autoformat'
uses: rolfbjarne/autoformat@v0.2
with:
script: 'dotnet format .\Microsoft.Maui.sln --no-restore --exclude Templates/src BlazorWebView/src/SharedSource/BlazorWebViewDeveloperTools.cs BlazorWebView/src/SharedSource/BlazorWebViewServiceCollectionExtensions.cs Graphics/src/Graphics.Win2D/W2DCanvas.cs Graphics/src/Graphics.Win2D/W2DExtensions.cs'
projects: "Microsoft.Maui.sln"
script: 'dotnet format Microsoft.Maui.sln --no-restore --exclude Templates/src BlazorWebView/src/SharedSource/BlazorWebViewDeveloperTools.cs BlazorWebView/src/SharedSource/BlazorWebViewServiceCollectionExtensions.cs Graphics/src/Graphics.Win2D/W2DCanvas.cs Graphics/src/Graphics.Win2D/W2DExtensions.cs'
onlyFilesModifiedInPullRequest: true
git_commit_message: 'Thank you for your pull request. We are auto-formating your source code to follow our code guidelines.'
git_commit_message: 'Auto-format source code'
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

.nuspec/**/*.dll
.nuspec/**/*.dylib
.nuspec/**/*.so
.XamarinFormsVersionFile.txt
.nuspec/
.buildtasks/
templatesTest/

# User-specific files
Expand Down
135 changes: 0 additions & 135 deletions .nuspec/AutoImport.InTree.props

This file was deleted.

49 changes: 0 additions & 49 deletions .nuspec/Microsoft.Maui.Controls.DualScreen.nuspec

This file was deleted.

Loading