Remove unused components - #244
Merged
Merged
Conversation
- remove SilverLight related items closes #1065
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the entire Silverlight support from the JustMock codebase, including the Silverlight project and its associated test project. This cleanup reflects the obsolescence of Silverlight technology, which was deprecated by Microsoft.
Changes:
- Deleted the
Telerik.JustMock.Silverlightproject containing Silverlight-specific implementations - Removed the
Telerik.JustMock.Silverlight.Teststest project and all its associated files - Eliminated Silverlight-specific glue code, proxy implementations, and assembly metadata
Reviewed changes
Copilot reviewed 9 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Telerik.JustMock.Silverlight/Silverlight/SilverlightGlue.cs | Removed Silverlight compatibility shims for SerializableAttribute and TestCategoryAttribute |
| Telerik.JustMock.Silverlight/Properties/AssemblyInfo.cs | Removed Silverlight project assembly metadata and configuration |
| Telerik.JustMock.Silverlight/Core/TransparentProxy/MockingProxy.cs | Removed Silverlight-specific mocking proxy stub implementation |
| Telerik.JustMock.Silverlight.Tests/Telerik.JustMock.Silverlight.Tests.csproj | Removed Silverlight test project file with all references and build configurations |
| Telerik.JustMock.Silverlight.Tests/Properties/OutOfBrowserSettings.xml | Removed Silverlight out-of-browser application settings |
| Telerik.JustMock.Silverlight.Tests/Properties/AssemblyInfo.cs | Removed test assembly metadata for Silverlight tests |
| Telerik.JustMock.Silverlight.Tests/Properties/AppManifest.xml | Removed Silverlight application deployment manifest |
| Telerik.JustMock.Silverlight.Tests/App.xaml.cs | Removed Silverlight test application code-behind |
| Telerik.JustMock.Silverlight.Tests/App.xaml | Removed Silverlight test application XAML markup |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ivo-stoilov
approved these changes
Jan 23, 2026
This was referenced Aug 2, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
closes telerik/MATTeam#1065