Skip to content

Remove unused components - #244

Merged
ValentinaPetrova merged 1 commit into
developfrom
val/remove-unused-components
Jan 23, 2026
Merged

Remove unused components#244
ValentinaPetrova merged 1 commit into
developfrom
val/remove-unused-components

Conversation

@ValentinaPetrova

Copy link
Copy Markdown
Contributor
  • remove SilverLight related items

closes telerik/MATTeam#1065

 - remove SilverLight related items

closes #1065

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.Silverlight project containing Silverlight-specific implementations
  • Removed the Telerik.JustMock.Silverlight.Tests test 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants