APIs that always throw exceptions on .NET Core and .NET 5+

An0n 1 Reputation point
2020-12-27T19:41:47.037+00:00

Hello,

The list of APIs that always throw exceptions on .NET 5+ has three functions under System.CodeDom.Compiler:

  • CodeDomProvider.CompileAssemblyFromDom
  • CodeDomProvider.CompileAssemblyFromFile
  • CodeDomProvider.CompileAssemblyFromSource

Is there a plan to support these functions in the future for .NET 5+? If so, is there a rough timeframe? If not for all platforms, then possibly just for the Windows platform? Thanks.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,312 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,582 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,196 Reputation points
    2020-12-27T22:01:03.973+00:00

    Hello @An0n

    Best way to find out is via the following found in the upper right corner of Visual Studio.

    51398-1111.png

    0 comments No comments