Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dustincampbell/csharpessentials issues and pull requests

#51 - Visual Studio 2019 Support

Issue - State: open - Opened by dehghani-mehdi about 5 years ago

#49 - Visual Studio 2017 Support

Issue - State: open - Opened by ufcpp almost 8 years ago - 1 comment

#48 - Quick toogle for string / interpolated string

Issue - State: open - Opened by TanukiSharp about 8 years ago

#46 - CSE0002 raised for Razor (.cshtml) files

Issue - State: open - Opened by adrianhall over 8 years ago

#45 - CSE0002: false positive for datamembers

Issue - State: open - Opened by jnyrup over 8 years ago

#44 - Argument mismatch on linq

Issue - State: closed - Opened by FickoDeLux over 8 years ago

#43 - Add null-ckeck analyzer and code fix

Pull Request - State: open - Opened by s-arash over 8 years ago - 5 comments

#42 - String Interpolation in Expression Bodied Members

Issue - State: closed - Opened by mttmccb over 8 years ago

#41 - 'Use nameof' codefix doesn't preserve leading trivia if the parameter string is on a new line

Issue - State: open - Opened by Joe4evr almost 9 years ago - 1 comment
Labels: Bug

#40 - CSE0001 shows both as Error and Warning

Issue - State: closed - Opened by tschlarm almost 9 years ago - 2 comments

#39 - Detect when delegate invoking can be simplified.

Pull Request - State: closed - Opened by CyrusNajmabadi about 9 years ago - 1 comment
Labels: Enhancement

#38 - Addon does not load for VS 2015 Update 1 RC

Issue - State: closed - Opened by AdamDotNet about 9 years ago - 11 comments
Labels: Bug

#37 - Add support for detecting missing switch cases

Issue - State: open - Opened by fsateler about 9 years ago - 1 comment
Labels: Enhancement

#36 - CSE0003 Multiline comments are truncated

Issue - State: open - Opened by NimeshDhruve about 9 years ago - 2 comments
Labels: Bug

#35 - Add support for building NuGet package

Pull Request - State: open - Opened by DustinCampbell about 9 years ago

#34 - CSE0003 is raised on methods which have conditional compilation

Issue - State: open - Opened by rmaclean about 9 years ago - 1 comment
Labels: Bug

#33 - Excluding code in the context of a GeneratedCodeAttribute

Pull Request - State: closed - Opened by afscrome about 9 years ago

#32 - Convert to Expression-Bodied Member should try to preserve leading comments

Pull Request - State: closed - Opened by DustinCampbell about 9 years ago - 2 comments
Labels: Bug

#31 - Improve generated code detection to look for <auto-generated> comments at top of file

Pull Request - State: closed - Opened by DustinCampbell about 9 years ago - 3 comments
Labels: Bug

#30 - Fix #28

Pull Request - State: closed - Opened by TylerBrinkley about 9 years ago - 1 comment
Labels: Bug

#29 - Shouldn't suggest static getter only autoprops

Issue - State: closed - Opened by Pilchie over 9 years ago - 2 comments

#29 - Shouldn't suggest static getter only autoprops

Issue - State: closed - Opened by Pilchie over 9 years ago - 2 comments

#27 - CodeFix error shows up as `UseExpressionBodiedMemberCodeFix`

Issue - State: open - Opened by conniey over 9 years ago - 1 comment
Labels: Bug

#26 - Analysers should ignore code with [GeneratedCode] attribute

Issue - State: open - Opened by afscrome over 9 years ago - 3 comments
Labels: Enhancement

#25 - Updated nameof replacement

Pull Request - State: closed - Opened by TylerBrinkley over 9 years ago - 2 comments
Labels: Enhancement

#24 - CSE0003 doesn't preserve comments

Issue - State: closed - Opened by menees over 9 years ago - 1 comment
Labels: Bug

#23 - Add support for nameof replacement within property getter and setter

Issue - State: closed - Opened by TylerBrinkley over 9 years ago
Labels: Enhancement

#22 - Add support for multiple nameof replacements on the same line

Issue - State: closed - Opened by TylerBrinkley over 9 years ago
Labels: Enhancement

#21 - Add support for string interpolation conversions on user-defined methods

Issue - State: open - Opened by DustinCampbell over 9 years ago - 3 comments
Labels: TODO

#20 - Add an option to convert all potential String.Format() calls to string interpolation

Issue - State: open - Opened by DustinCampbell over 9 years ago - 1 comment
Labels: TODO

#19 - Add string interpolation conversions for other common .NET APIs

Issue - State: open - Opened by DustinCampbell over 9 years ago - 5 comments
Labels: TODO

#18 - Do not report diagnostics in generated code

Pull Request - State: closed - Opened by DustinCampbell over 9 years ago

#17 - Add support for Visual Studio 2015 RTM

Pull Request - State: closed - Opened by DustinCampbell over 9 years ago

#16 - CSE0003 Consider using an expression-bodied member in _Layout.cshtml line 1

Issue - State: closed - Opened by ArryMatt over 9 years ago - 3 comments
Labels: Bug

#15 - Consider making this into a nuget package........

Issue - State: open - Opened by nosami over 9 years ago - 3 comments
Labels: TODO

#15 - Consider making this into a nuget package........

Issue - State: open - Opened by nosami over 9 years ago - 3 comments
Labels: TODO

#14 - Ignore auto-generated files

Issue - State: closed - Opened by DustinCampbell over 9 years ago - 9 comments
Labels: TODO

#13 - Add "Expand expression-bodied member" member refactoring

Pull Request - State: closed - Opened by DustinCampbell over 9 years ago

#12 - Getting a ton of errors thrown in 2015 RC thrown

Issue - State: closed - Opened by bradphelan over 9 years ago - 6 comments
Labels: Bug

#11 - Add Convert to Interpolated String refactoring

Pull Request - State: closed - Opened by DustinCampbell over 9 years ago

#10 - Fleshed out implementation of UseGetterOnlyAutoPropertyAnalyzer

Pull Request - State: closed - Opened by pharring over 9 years ago - 7 comments

#9 - Update for VS 2015 CTP 6

Pull Request - State: closed - Opened by DustinCampbell over 9 years ago

#8 - Add "Use string interpolation" refactoring

Issue - State: closed - Opened by DustinCampbell over 9 years ago - 1 comment
Labels: TODO

#7 - Fix use expression bodied member formatting

Pull Request - State: closed - Opened by DustinCampbell over 9 years ago

#6 - Add unit test support for code fixes

Pull Request - State: closed - Opened by DustinCampbell over 9 years ago

#5 - Add unit testing support for code fixes and refactorings

Issue - State: closed - Opened by DustinCampbell over 9 years ago
Labels: TODO

#4 - Should not suggest conversion to expression-bodied property if get accessor has attributes

Issue - State: closed - Opened by controlflow almost 10 years ago - 1 comment
Labels: Bug

#2 - Use expression-bodied member code fix removes line breaks after member

Issue - State: closed - Opened by DustinCampbell almost 10 years ago
Labels: Bug