framework · inferred from evidence
.NET Core
Microsoft's cross-platform application framework
- .Net: System.InvalidOperationException: Collection was modified; enumeration operation may not execute from...
The 'Collection was modified; enumeration operation may not execute' error from Semantic Kernel on .NET was a runtime-version problem: the reporter was on .NET Core 3.1, which is out of support. On .NET 6, 7, or 8, mutating the dictionary i
- Unable to connect to Aurora MySQL from ECS Fargate (transient failure exception)
How to fix: Unable to connect to Aurora MySQL from ECS Fargate (transient failure exception). The verified fix from the maintainer thread, distilled into reusable steps.