-
Notifications
You must be signed in to change notification settings - Fork 773
Add CsWinRT projection #9976
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
Draft
kmahone
wants to merge
40
commits into
release/2.8
Choose a base branch
from
user/kmahone/cswinrt_28
base: release/2.8
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add CsWinRT projection #9976
Changes from 25 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
5e3ea2e
Merged PR 11109364: Update to ESRP CodeSigning task V5
kythant 79cc514
WIP: projection
fa0ab7f
WIP: temporarily include WUX and CoreWebView2
65550cb
projection nupkg
a708494
nuget 6.9.1
kmahone 0ee6d57
usedotnet
kmahone 08578a4
dotnet 6 only for build
kmahone bef47fd
sign appx. plus fixes
kmahone 0d718fe
bump version
c57245a
CsWinRT and SDK versions
1df3784
webview
2deb781
use -prerelease
d7bb8a8
net8
1345b0a
cleanup and update versions
4966008
Update symbol publish process
8a3ec85
Remove localpackages from nuget.config (#9967)
kmahone 38415f6
Move to shine-oss Azure DevOps project (#9929)
kmahone 4e5a8e7
update WebView2 to 1.0.2739.15
d78e417
fix pipspager import
51482d1
dotnet 8
44f46d9
win10 to win
kmahone b6506e6
dotnet again
kmahone f59e2b9
dotnet 3 for release test
c933a37
fix indent
52c176f
CR feedback
af2489b
IsAotCompatible
6f1c92f
update dependencies. plus other cr feedback
37db6d2
remove Microsoft.UI.Xaml.Projection.xml
8002d8a
CR feedback
040abda
update name of intellisense xml
74ee42a
UseRidGraph
b252cca
version
71129de
yml syntax
1f6878e
8.0.10
8b741e3
fix intellisense xml
b678bee
8.0.403
75b3898
UseUwpTools false
1473e9b
Set 'Version' for the projection .dll
Sergio0694 059d0a1
Update projection version for prereleases
Sergio0694 4dca8e3
Handle NuGet restore in CI
Sergio0694 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "instanceUrl": "https://microsoft.visualstudio.com", | ||
| "projectName": "os", | ||
| "areaPath": "OS\\Windows Client and Services\\ADEPT\\OWL (Open Windows pLatform)\\Controls", | ||
| "areaPath": "OS\\Windows Client and Services\\ADEPT\\NEON\\WinUIX", | ||
| "iterationPath": "OS", | ||
| "notificationAliases": [ "[email protected]" ], | ||
| "ignoreBranchName": true, | ||
|
|
||
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| parameters: | ||
| dotNetVersion: 3.1.415 | ||
| dotNetVersion: 6.0.414 | ||
|
|
||
| steps: | ||
| - task: UseDotNet@2 | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| parameters: | ||
| nugetVersion: 5.8.0 | ||
| nugetVersion: 6.9.1 | ||
|
|
||
| steps: | ||
| - task: NuGetToolInstaller@0 | ||
|
|
||
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.