You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
I have a C# Roslyn Analyzer in a NuGet package. I tested it in a console application scenario, and produces warnings as expected.
If I include it in a notebook context, though, it does not produce any warning.
I thought it would since other warnings, like those coming from [ObsoleteAttribute], do show up in the notebook.
Is this feature supported in .NET Interactive? If so, are there some specific configuration I need to make my analyzers work?
The package and version I'm asking about:
I am using the Polyglot Notebooks extension, using
#!aboutI getQuestion
I have a C# Roslyn Analyzer in a NuGet package. I tested it in a console application scenario, and produces warnings as expected.
If I include it in a notebook context, though, it does not produce any warning.
I thought it would since other warnings, like those coming from
[ObsoleteAttribute], do show up in the notebook.Is this feature supported in .NET Interactive? If so, are there some specific configuration I need to make my analyzers work?