Aaron Robinson

Results 14 issues of Aaron Robinson

Tried to be thorough but I'm not entirely familiar with the codebase, just fixed errors as they popped up and tried to add the missing language versions. Please let me...

Adds an animated texture helper class that can be read into from GIFs, resolves #86

Enhancement
Feature Bloat

An AnimatedTexture class would make having predefined animations much easier, should probably come with helper methods to generate animations from some popular formats like GIF/APNG/whatever else people think might be...

Enhancement
Feature Bloat

Example: ![image](https://user-images.githubusercontent.com/34900473/220088635-7bad15d4-4a06-4704-a137-3194d407bffa.png) Reproduction is inconsistent, but when it happens it *usually* repeats consistently for a time till the bug disappears again.

bug

Benchmarking using Mono as a runtime on Linux seems to be broken since 0.13.3, with an error message saying "The Roslyn toolchain is only supported on .NET Framework". This leads...

bug

As mentioned in the new documentation for persistable dynamic assemblies in .NET 9 [here](https://learn.microsoft.com/en-us/dotnet/fundamentals/runtime-libraries/system-reflection-emit-assemblybuilder#persistable-dynamic-assemblies-in-net-core), to create assemblies for specific TFMs (or assemblies that can actually be used as references in...

### Describe the issue or suggestion The documentation does not have the new C#13 anti-constraint `allows ref struct` on any of the places it is used, like the Action/Func types,...

Pri3
area-Meta

This PR supersedes #646. Created as a draft as I still need to figure out some tests and need the following question answered: upon failing to resolve from what we...