Amadeusz Sadowski
Amadeusz Sadowski
I have found out why that happens. The error is sadly a bit misleading. Consider these code excerpts: https://github.com/Humanizr/Humanizer/blob/606e958cb83afc9be5b36716ac40d4daa9fa73a7/src/Humanizer/Localisation/Formatters/DefaultFormatter.cs#L131-L138 https://github.com/Humanizr/Humanizer/blob/606e958cb83afc9be5b36716ac40d4daa9fa73a7/src/Humanizer/Localisation/Formatters/CzechSlovakPolishFormatter.cs#L5-L20 So, the actual missing resource keys *are* missing, they just...
@sfc-gh-dszmolka please prioritize this, we're forced to use no longer supported versions (1.x) due to this. I'd classify this as a bug, as a matter of fact.
@sfc-gh-igarish - me and @ppiwow-apay work together. We're using workstation GC everywhere, so it's not an issue with server GC. Various services have different RAM limits, but overall it's in...
There's a repro repository I've made 2yrs ago: https://github.com/amis92/net-snowflake-memoryleak
We've just hit this. Right now it prevents targeting net8.0 without workarounds, and worse - it's enough if a project references Microsoft.Extensions.DependencyInjection.Abstractions v8 (which is supported on net6 as well),...
There's also a similar PR from the original issue's OP: https://github.com/libgit2/libgit2sharp/pull/1779
It's probably easiest to just create `Directory.Build.props` and `.targets` with `` content as siblings of `script.csproj`.
I don't think this action impacts your issue in any way. As far as Actions docs say, there should be no problem to do so: - https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#administrative-privileges - https://github.com/actions/runner-images/issues/5213 I'd...
/demo ```powershell return (1 + 1) ``` [Workflow run](https://github.com/Amadevus/pwsh-script/actions/runs/132117554)
/demo 1 + 1 [Workflow run](https://github.com/Amadevus/pwsh-script/actions/runs/132118335)