Oleg Shevchenko
Oleg Shevchenko
Hi @onovotny , Thanks for the idea! Sounds interesting, will try to do that when I have some spare time. And this too https://github.com/hmemcpy/ReSharper.InternalsVisibleTo/issues/12
Hi @MargaretKrutikova The plugin is built on [R# platform](https://www.jetbrains.com/help/resharper/sdk/Intro/ReSharperPlatform.html). [R# doesn't support F#](https://youtrack.jetbrains.com/issue/RSRP-178987), so it's impossible to add F# in the plugin, at least at the moment.
> Looks like there is F# support in resharper. Yep, it's supported with the help of the `resharper-fsharp` plugin. The plugin has its own [F# lexer, parser, etc](https://github.com/JetBrains/resharper-fsharp/tree/net213/ReSharper.FSharp/src/FSharp.Psi/src). I have...
Hi @kursor666 That sounds like a great idea. I'll try to implement it when I have spare time. Thanks 👍🏻
I discussed the feature with folks from JetBrains. They said that there is _probably_ no way to implement something like this using R#/Rider SDK. So, I won't implement it in...
Thanks for the great extension. Is there any templates for async methods generation?
It seems like there are analyzers for `Microsoft.Extensions.Logging` https://github.com/aspnet/Logging/tree/dev/src/Microsoft.Extensions.Logging.Analyzers And they will be shipped in Core 2.2 https://github.com/aspnet/Logging/issues/712
I implemented a plugin for R# and Rider which highlights templates for Serilog, NLog, and Microsoft.Extensions.Logging, at the moment it doesn't have some analyzers and code fixes. https://github.com/olsh/resharper-structured-logging https://plugins.jetbrains.com/plugin/12083-structured-logging https://plugins.jetbrains.com/plugin/12832-structured-logging
We have the same issue. sentry.io + Jira v8.1.0 (self-hosted) stopped working a couple of weeks ago. We didn't change network configuration or Jira permissions on our side.
@snigdhas So, you mean that Sentry Jira integration requires Jira 8.4+? Could you add an option like `Use legacy Jira API`?