Giter Club home page Giter Club logo

nullablereferencetypes.strictmode's People

Contributors

nathanpovo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

nullablereferencetypes.strictmode's Issues

error when compiling

I get the following when compiling:

/usr/local/share/dotnet/sdk/8.0.201/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): error NU5019: File not found: '/Users/XXX/git/NullableReferenceTypes.StrictMode/NullableReferenceTypes.StrictMode.Package/bin/Debug/net6.0/NullableReferenceTypes.StrictMode.CodeFixes.dll'. [/Users/XXX/git/NullableReferenceTypes.StrictMode/NullableReferenceTypes.StrictMode.Package/NullableReferenceTypes.StrictMode.Package.csproj

Can't get the analyzer working

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>
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.