-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I've built this package locally and added as a project reference to my project but I don't see any red warning highlighting (like in your screenshot). I'm using Rider:
JetBrains Rider 2023.3.4
Build #RD-233.14475.66, built on March 6, 2024
Is there something I need to do to get analyzers to run automatically?
Here is my csproj and code example:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NullableReferenceTypes.StrictMode.0.0.0-alpha.nupkg" Version="0.0.0" />
</ItemGroup>
</Project>

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels