issues Search Results · repo:olsh/resharper-structured-logging language:C#
Filter by
58 results
(52 ms)58 results
inolsh/resharper-structured-logging (press backspace or delete to remove)To avoid forced components creation CodeAnnotationsCache.GetProvider TProvider calls from other component s constructor
should be replaced by CodeAnnotationsCache.GetLazyProvider TProvider . For example, ...
poksh
- Opened 24 days ago
- #126
It would be great if we could apply this quick fix to a whole solution
hughesjs
- Opened on Dec 5, 2024
- #121
The Convert to compile-time constant message template feature transforms these lines:
var aaa = 123;
var bbb = 456;
_logger.LogInformation($ A: {aaa} , B: {bbb} );
_logger.LogInformation($ A: ...
VyacheslavPritykin
- Opened on Oct 24, 2024
- #116
JB Rider 2024.3 EAP1 has been released - can be the support for this version provided?
Thanks a lot!!
jacobvalter
- 1
- Opened on Sep 20, 2024
- #113
I have an extension method :
// Normal
_logger.Information( Added entity {EntityName} with name {TypeName} , entityState.name, type.Name);
// Extension
_logger.LogInformation( Added ...
AldeRoberge
- 2
- Opened on Aug 9, 2024
- #111
Please add support for Jetbrains Rider 2024.2, it is now in EAP4
jacobvalter
- 7
- Opened on Jun 28, 2024
- #109
When using the ReSharper CLI (you can get that from NuGet): dotnet jb inspectcode file .sln --telemetry-optout
--extensions=ReSharper.Structured.Logging --format=Sarif --output=out.sarif
The plugin results ...
megla-tlanghorst
- 3
- Opened on Feb 7, 2024
- #107
Thanks for your great plugin 👍🏼
Here is a video showing the issue in Rider 2023.3 EAP 7
https://github.com/olsh/resharper-structured-logging/assets/272612/87d96ae3-eee4-4e7b-9c2b-1b5cee129f26
laurentkempe
- Opened on Nov 17, 2023
- #103
Hi, it seems that Structure Logging has compatibility set to be compatible with ReSharper 2023.3 which causes quite
unwelcome issues for the customers that have installed ReSharper 2023.3. Could you please ...
AngieEl
- 9
- Opened on Sep 26, 2023
- #100
Rider allows disabling specific code inspections on a directory level by setting an option in .editorconfig. It doesn t
appear that it s currently possible to use these to disable particular analyzers ...
BrandonDusseau
- 4
- Opened on Sep 6, 2023
- #99

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.