Slava Trenogin
Slava Trenogin
By default ASP.NET Core 3.0 doesn't use Newtonsoft JSON parser anymore. And all POC objects from bot annotated with Newtonsoft attributes are not deserializing correctly. Generally speaking ASP.NET Controller/Handler doesn't...
Hi! I've modified your test case to demonstrate the problem. The following code will fail with the exception `Incorrect syntax near '
For most plugins zone should be auto-enabled, otherwise no one enabled plugins' zone.
Currently, it's officially .NET Framework 4.7.2. Unofficially also .NET Core 3.1. https://www.jetbrains.com/help/resharper/sdk/HowTo/Start/CreateProject.html
Please, see issue https://youtrack.jetbrains.com/issue/RSRP-483974
А как совместить Heatmap и LoadingObjectManager? Чтобы не все данные сразу грузить, а только для видимой области (для этого прекрасно подходит LoadingObjectManager), но отображать через Heatmap?
Currently `System.CommandLine.Hosting.HostingExtensions.UseHost` set `HostingAction` wrapper for command and its subcommands actions. But, options can have also own actions and they are not wrapped with `HostingAction`
This construction is now treated with wraning ASP0014: Suggest using top level route registrations. ``` app.UseEndpoints(endpoints => { endpoints.MapMetrics(); }); ``` Moving it to the top, like `app.MapMetrics();` doesn't work.
https://learn.microsoft.com/en-us/visualstudio/extensibility/signing-vsix-packages?view=vs-2022 Taking into account that VSIX is OPC (Open Packaging Conventions) container like Nuget - maybe it's already possible to sign it?