Giter VIP home page Giter VIP logo

Comments (5)

wiredwiz avatar wiredwiz commented on July 22, 2024

Both times I've encountered this issue has been when working with an indexer property. I do not know if this issue is exclusive to indexers.

from exceptionalresharper.

pedromagueija avatar pedromagueija commented on July 22, 2024

@wiredwiz do you have a sample of the code in use?

When the below kind of code is used seems to work fine:

/// <exception cref="SecurityException" accessor="set">Foo</exception>
public string this[string a]
{
    set
    {
        throw new SecurityException("Foo");
    }
}

from exceptionalresharper.

wiredwiz avatar wiredwiz commented on July 22, 2024

Ok, I'm not entirely sure what is going on now. I just checked the issue in the same instance of studio that has been sitting open since yesterday and now it seems to have corrected itself. Also, when I try to remove and recreate the comments now it behaves as it should. I guess there must have been some delay or confusion in the updating of the warnings or something. In any case I will close this issue till I can reliably reproduce this behavior again.

from exceptionalresharper.

RicoSuter avatar RicoSuter commented on July 22, 2024

Yes, I also noticed that there are some glitches with that...

from exceptionalresharper.

wiredwiz avatar wiredwiz commented on July 22, 2024

I will try to devote some time to reading over the source of this project so as to contribute back to it. I'm not familiar with creating ReSharper extensions at all but I'd like to help with some of this if I can find the free time.

from exceptionalresharper.

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.