Aristarkh Zagorodnikov

Results 11 issues of Aristarkh Zagorodnikov

Hello. I would like to propose that [EnhancedStackTrace.ShowInStackTrace](https://github.com/benaadams/Ben.Demystifier/blob/125e373b45c7a428dfa5e01d3c318d11068cf989/src/Ben.Demystifier/EnhancedStackTrace.Frames.cs#L638) should cache its execution results, because since `Type.GetCustomAttributesData` throws `NotImplementedException`, the `ShowInStackTrace` method can quickly become a performance bottleneck when used often...

enhancement

``` System.IO.IOException: The process cannot access the file 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\6dac5fe0\f282cd8a\assembly\dl3\5032d4d4\5885728e_c5e2d301\WebApp.Compiled.pdb' because it is being used by another process. void System.IO.__Error.WinIOError(int errorCode, string maybeFullPath) void System.IO.FileStream.Init(string path, FileMode mode, FileAccess...

bug

I'd like to suggest supporting a shared library build with an simple ABI-neutral API. It would be very useful for creating wrappers (for example, I'd like to create a C#...

[Currently](https://github.com/liske/needrestart/blob/1c8f3ac10e3159acfd4f857d351617e9951b8fec/needrestart#L1071), the `systemctl restart` is invoked for all services that are being restarted. Sometimes, restarting all services in parallel is undesirable (for example to prevent overloading server). I think that...

wishlist

## Versions ### Extension ``` v2.23.0 ``` ## Problem Statement I would like to be able to specify the [`TF_CLI_CONFIG_FILE` environment variable](https://www.terraform.io/cli/config/config-file) in the extension settings to make it per-workspace/per-folder....

enhancement

**Which version of Microsoft.IdentityModel are you using?** 6.18 **Where is the issue?** * [x] M.IM.JsonWebTokens **Is this a new or an existing app?** The app is in production and I...

Customer reported
Investigate

Hello, Thank you for creating ErrorProne.NET. Unfortunately when using `ValueTask`s, the `ConfigureAwait(false)` analyzer triggers even when `ConfigureAwait(false)` is, in fact, present.

Hi. Thanks for the ErrorProne.NET. Unfortunately it triggers false positive EPS09 when using target-typed new. It handles "normal" constructors properly, but doesn't work when the type is omitted. ```csharp void...

Hi! Thank you for building this library. Unfortunately, currently it cannot be used with legacy runtimes like .NET Framework. But since this library does not use many "new" .NET-specific features,...

Hello! There are small performance improvements worth about 13% speedup for .NET 8+9 on the `AddElementHash` timing in order of effect: - elide extra bounds check for `lookupDense` using ref...