Skip to content

Commit 1b08bd6

Browse files
author
msftbot[bot]
authored
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.
2 parents 609430a + f09c909 commit 1b08bd6

File tree

91 files changed

+3
-7148
lines changed

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

Microsoft.Toolkit.Parsers/Microsoft.Toolkit.Parsers.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88

99
Markdown: Allows you to parse a Markdown String into a Markdown Document, and then Render it with a Markdown Renderer.
1010

11-
RSS: Allows you to parse an RSS content String into an RSS Schema.
12-
1311
</Description>
14-
<PackageTags>UWP Toolkit Windows Parsers Parsing Markdown RSS</PackageTags>
12+
<PackageTags>UWP Toolkit Windows Parsers Parsing Markdown</PackageTags>
1513
</PropertyGroup>
1614

1715
<ItemGroup>

Microsoft.Toolkit.Parsers/Rss/AtomParser.cs

-136
This file was deleted.

Microsoft.Toolkit.Parsers/Rss/BaseRssParser.cs

-59
This file was deleted.

Microsoft.Toolkit.Parsers/Rss/Enums/RssType.cs

-27
This file was deleted.

0 commit comments

Comments
 (0)