-
Couldn't load subscription status.
- Fork 561
Remove support for classic XA from the native code #7807
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
Open
grendello
wants to merge
22
commits into
dotnet:main
Choose a base branch
from
grendello:native-code-classic-cleanup
base: main
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.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
858cdc0
Remove support for classic XA from the native code
grendello cc5e44f
Merge branch 'main' into native-code-classic-cleanup
grendello 73b57e1
Remove classic stuff from the installers and fix the build
grendello 05f1d0a
Don't try to package desktop dlls (for designer)
grendello a95d913
See whether this fixes the Windows build
grendello 56f9e28
Update and remove tests
grendello c054a00
Remove BCL tests
grendello 7ead601
Merge branch 'main' into native-code-classic-cleanup
grendello 9c91ff8
Remove more classic tests
grendello 4271a58
Merge branch 'main' into native-code-classic-cleanup
grendello 6cd61f1
Fix
grendello b233500
Merge branch 'main' into native-code-classic-cleanup
grendello 92c832f
Merge branch 'main' into native-code-classic-cleanup
grendello d30cd08
Remove BCL test again, after merge from main
grendello c42b6c4
Merge branch 'main' into native-code-classic-cleanup
grendello c0e4b12
Merge branch 'main' into native-code-classic-cleanup
grendello 19123eb
Merge branch 'main' into native-code-classic-cleanup
grendello e468138
Merge branch 'main' into native-code-classic-cleanup
grendello cca8cd4
Merge branch 'main' into native-code-classic-cleanup
grendello 0fe5ebf
Merge branch 'main' into native-code-classic-cleanup
grendello 9493a43
Merge branch 'main' into native-code-classic-cleanup
grendello 4dbe22a
Fixup after merge
grendello 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
79 changes: 0 additions & 79 deletions
79
build-tools/automation/yaml-templates/run-designer-tests.yml
This file was deleted.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to hold off on deletion of the classic apk job until we have equivalents for .NET? I know there is a PR for the codegen related projects here #7682. Otherwise, we should log an issue for porting the remaining missing tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pjcollins without removal of these fragments we'd constantly have test errors which would never work after merging of this PR. It's easy to restore these fragments when .NET equivalents of the affected tests are available.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can file an issue to track those updates then if we plan to merge this PR soon.
I think we should also stop building and signing the classic .pkg and .vsix files completely as part of this PR since they will no longer be functional. These steps can be found in the windows build template, the commercial-build template, and the Prepare Classic Release stage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I filed a tracking issue for this here: #7906.