What is the equivalent package for 'Microsoft.Expression.Effects' in .NET 8?

Sanjay Kumar Jha 156 Reputation points
2024-08-03T08:03:56.0033333+00:00

Hi,

I am currently in the process of upgrading an existing WPF application from .NET Framework 4.8 to .NET 8. One of the critical components of our application relies heavily on the "Microsoft.Expression.Effects" library for various graphical effects.

Given the significant changes and improvements in .NET 8, I am writing to inquire about the compatibility and support for the "Microsoft.Expression.Effects" package within this new framework.

Thanks,

Sanjay

Developer technologies | Windows Presentation Foundation
Microsoft Teams | Development
Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
Microsoft Teams | Microsoft Teams for business | Other
Developer technologies | C#
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Gowtham CP 6,030 Reputation points Volunteer Moderator
    2024-08-09T12:26:24.3066667+00:00

    Hi Sanjay Kumar Jha ,

    Thank you for your question on the Microsoft Q&A Platform.

    Unfortunately, the Microsoft.Expression.Effects library is not natively supported by.NET 8. It was part of the Expression Blend SDK, which is no longer being actively maintained. To generate similar effects in your WPF application, you can use WPF's built-in effects, third-party libraries (like as SharpDX, AvalonDock).

    If this response was helpful, please remember to upvote , Accept as answer ,so others can benefit from it.

    Thank you!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.