Code Monkey home page Code Monkey logo

Comments (5)

Arthri avatar Arthri commented on June 26, 2024 1

Thanks for the update. I already keep my global usings in my project file, so SA1210 doesn't affect me, rather, it was something I noticed while testing my style settings.

I do however get SA1516 in all your examples, so I still don't see an inconsistency there. SA1516 simply wants a blank line between externs and usings.

I see. I've retested my two code snippets and indeed I do get SA1516 for both of them on the latest beta.

The issue is primarily about the difference in behavior, but since that doesn't exist I'll be closing the issue. Apologies for the misreport.

Thanks again.

from stylecopanalyzers.

bjornhellander avatar bjornhellander commented on June 26, 2024

Unable to reproduce using the latest beta

from stylecopanalyzers.

Arthri avatar Arthri commented on June 26, 2024

I've pushed a minimal reproduction here https://github.com/Arthri/stylecop-sa1516-repro

As an aside, it seems that I am also getting SA1210, suggesting that I put global using System.IO.Compression after using System.ComponentModel despite it being erroneous C#

from stylecopanalyzers.

bjornhellander avatar bjornhellander commented on June 26, 2024

The issue with SA1210 is closely related to #3404. It happens when mixing global usings with normal usings in the same file. As stated in that issue: due to the complexity of a number of related analyzers, this might not be fixed anytime soon. The recommendation is to keep all your global usings in one place, to make the them easier to maintain. Global usings can be placed in the project file if you want. Another alternative is to keep them in a separate source file, called GlobalUsings.cs or something like that.

from stylecopanalyzers.

bjornhellander avatar bjornhellander commented on June 26, 2024

I do however get SA1516 in all your examples, so I still don't see an inconsistency there. SA1516 simply wants a blank line between externs and usings.

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.