Skip to content

Commit

Permalink
Deprecate and remove the experimental CoreApp APIs and prototype app (#…
Browse files Browse the repository at this point in the history
…12730)

## Description

Deprecated and removed the experimental CoreApp APIs and prototype app. The APIs will no longer be available.

### Type of Change
- Breaking change (fix or feature that would cause existing functionality to not work as expected)

### Why
The experiment was made when we were considering going in a different direction for Fabric-based apps.

Resolves #12617 

### What
See above.

## Screenshots
N/A

## Testing
N/A

## Changelog
Should this change be included in the release notes: _yes_

Deprecated and removed the experimental CoreApp APIs and prototype app
  • Loading branch information
jonthysell committed Feb 14, 2024
1 parent 5546f99 commit 3052257
Show file tree
Hide file tree
Showing 33 changed files with 7 additions and 1,107 deletions.
8 changes: 0 additions & 8 deletions .ado/jobs/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ parameters:
BuildConfiguration: Release
BuildPlatform: x64
SolutionFile: Playground-Win32.sln
- Name: X64DebugCoreApp
BuildConfiguration: Debug
BuildPlatform: x64
SolutionFile: ..\CoreApp\CoreApp.sln
- BuildEnvironment: SecurePullRequest
Matrix:
- Name: X86DebugCompositionExperimentalWinUI3
Expand Down Expand Up @@ -113,10 +109,6 @@ parameters:
BuildConfiguration: Release
BuildPlatform: x64
SolutionFile: Playground-Win32.sln
- Name: X64DebugCoreApp
BuildConfiguration: Debug
BuildPlatform: x64
SolutionFile: ..\CoreApp\CoreApp.sln

jobs:
- ${{ each config in parameters.buildMatrix }}:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Deprecate and remove CoreApp experiment",
"packageName": "react-native-windows",
"email": "jthysell@microsoft.com",
"dependentChangeType": "patch"
}
1 change: 0 additions & 1 deletion packages/playground/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,3 @@ packages/
windows/playground/Bundle
windows/playground-composition/Bundle
windows/playground-win32/Bundle
CoreApp/Bundle
66 changes: 0 additions & 66 deletions packages/playground/CoreApp/App.cpp

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed packages/playground/CoreApp/Assets/StoreLogo.png
Binary file not shown.
Binary file not shown.
129 changes: 0 additions & 129 deletions packages/playground/CoreApp/CoreApp.sln

This file was deleted.

Loading

0 comments on commit 3052257

Please sign in to comment.