Intermediate C#
Q84 / 100

What is the Roslyn API?

Correct! Well done.

Incorrect.

The correct answer is B) The open-source .NET compiler platform providing APIs to analyze, generate, and modify C# and VB.NET code

B

Correct Answer

The open-source .NET compiler platform providing APIs to analyze, generate, and modify C# and VB.NET code

Explanation

Roslyn exposes the compiler as an API. Source generators, analyzers, and code fixers use Roslyn's SyntaxTree, SemanticModel, and compilation APIs.

Progress
84/100