Code Monkey home page Code Monkey logo

Comments (7)

bjornhellander avatar bjornhellander commented on July 3, 2024 1

This is already built in to the compiler as diagnostic IDE0005, but is normally only reported while editing in Visual Studio.
It is possible to enable during builds as well: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/overview?tabs=net-8#enable-on-build

from stylecopanalyzers.

manfred-brands avatar manfred-brands commented on July 3, 2024 1

There is a difference between the TargetFramework and the SDK used to compile the code.

like @sharwell our product targets .net framework, but we use the .NET 8 SDK to compile it. The latter allows us to use newer C# language features.

from stylecopanalyzers.

Sebastriani avatar Sebastriani commented on July 3, 2024

@bjornhellander Yes, I have that activated in the IDE but our proyects are in .NET Framwork, I can not activate it on build.
Thanks anyway.

from stylecopanalyzers.

sharwell avatar sharwell commented on July 3, 2024

@Sebastriani I've worked on numerous .NET Framework targeted projects that have IDE0005 activated on build. I don't understand your comment.

from stylecopanalyzers.

Sebastriani avatar Sebastriani commented on July 3, 2024

@sharwell The section of the article that Bjorn mentioned says:
"With the .NET 5 SDK and later versions, you can enable code-style analysis when building from the command-line and in Visual Studio"

And before that, it reads:
"Starting in .NET 5, you can enable code-style analysis on build, both at the command line and inside Visual Studio. Code style violations appear as warnings or errors with an "IDE" prefix. This enables you to enforce consistent code styles at build time."

Since we are using .NET Framework I didn't even bother to try what the article says. Why should I if the official documentation explicity says "starting in .NET5"?

If it works for you in .NET Framework, then the documentation is wrong, I'll try.

from stylecopanalyzers.

sharwell avatar sharwell commented on July 3, 2024

@Sebastriani both of those cases are supposed to read ".NET 5 SDK". There is no limit I'm aware of regarding the target framework of the project itself.

from stylecopanalyzers.

Sebastriani avatar Sebastriani commented on July 3, 2024

@manfred-brands @sharwell I didn't know about the SDK being the responsable for compiling or that Rosylin was part of the SDK, I know nothing about Rosylin actually other than it's the compiler... I'll get it working then, thanks.

from stylecopanalyzers.

Related Issues (20)

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.