Commit 1b08bd6
msftbot[bot]
Removed Deprecated for 7.0 (#3435)
Removed:
* Major components:
* TabView/TabViewItem
* HeaderedTextBlock
* FacebookService and Microsoft.Toolkit.Uwp.Services project
* RSS Parsers
* Smaller methods:
* StringExtensions.ToSafeString
* LinkedIn, Twitter and Weibo sync Logout methods.
* ConnectedAnimations.SetListDataItemForNextConnectedAnnimation
* TileControl.IsCompositionSupported
* NotifyTaskCompletion
* Singleton
This is still missing the update on the docs repo.
## Contributes towards #3062
## Fixes #3396
## PR Type
What kind of change does this PR introduce?
<!-- Please uncomment one or more that apply to this PR. -->
<!-- - Bugfix -->
<!-- - Feature -->
<!-- - Code style update (formatting) -->
<!-- - Refactoring (no functional changes, no api changes) -->
<!-- - Build or CI related changes -->
<!-- - Documentation content changes -->
<!-- - Sample app changes -->
- Other... Please describe: Removing dead code.
## What is the current behavior?
Obsolete classes marked as obsolete, but still exist in code.
## What is the new behavior?
Some classes/methods marked as obsolete are now removed from code.
## PR Checklist
Please check if your PR fulfills the following requirements:
- [X] Tested code with current [supported SDKs](../readme.md#supported)
- [ ] Pull Request has been submitted to the documentation repository [instructions](..\contributing.md#docs). Link: <!-- docs PR link -->
- [X] Sample in sample app has been added / updated (for bug fixes / features)
- [ ] Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/windows-toolkit/WindowsCommunityToolkit-design-assets)
- [ ] Tests for the changes have been added (for bug fixes / features) (if applicable)
- [X] Header has been added to all new source files (run *build/UpdateHeaders.bat*)
- [ ] Contains **NO** breaking changes
This PR IS a breaking change, as instead of just providing a warning, any developers that uses the dead code will now get missing method/class exceptions.File tree
91 files changed
+3
-7148
lines changed- Microsoft.Toolkit.Parsers
- Rss
- Enums
- Microsoft.Toolkit.Services
- Services
- LinkedIn
- Twitter
- Weibo
- Microsoft.Toolkit.Uwp.PlatformDifferencesGen
- Microsoft.Toolkit.Uwp.PlatformSpecificAnalyzer
- tools
- Microsoft.Toolkit.Uwp.SampleApp
- SamplePages
- Facebook Service
- HeaderedTextBlock
- RssParser
- TabView
- Microsoft.Toolkit.Uwp.Services
- Properties
- Services/Facebook
- Microsoft.Toolkit.Uwp.UI.Animations/ConnectedAnimations
- Microsoft.Toolkit.Uwp.UI.Controls.Design
- Microsoft.Toolkit.Uwp.UI.Controls
- HeaderedTextBlock
- Strings/en-US
- TabView
- Themes
- TileControl
- Microsoft.Toolkit
- Extensions
- Helpers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
91 files changed
+3
-7148
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | | - | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments