-
Scope of Change
==
This RFC suggests extracting reflection to its own library, while the type system will continue to exist.
Rationale
==
Reflection is a big block of code with quite a bit of l…
-
Replace the php-parser library with the newly created [php-reflection](https://github.com/glayzzle/php-reflection) library.
It may be easier to rewrite the plugin from scratch than to try to pick e…
-
## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=659152
Build error leg or test failing: System.Diagnostics.Tests.ProcessTe…
-
Looks very similar to this one that was closed not too long ago: https://github.com/dotnet/runtime/issues/103459
## Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/res…
-
```
System.Numerics.Tests.ToStringTest.ToString_ValidLargeFormat [FAIL]
System.OutOfMemoryException : Exception of type 'System.OutOfMemoryException' was thrown.
Stack Trace:
…
-
## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=750352
Build error leg or test failing: System.IO.FileSystem.DisabledFileLoc…
-
Hey there,
I went to check out the new patch with my mod pack, and it seems that DramaMask is throwing an error and may not be working on the newest patch (or in conjunction with some other mod tha…
-
### What happened?
I encountered the fact that DLLs in a game created on Unity 2022.3.30.f1 were stripped.
Because of this, the preloader crashed with the error:
```
System.Reflection.TargetInvoca…
-
As specified in #657
Creating a simple function compiled as a library
float3 Apply(float3 input)
{
return input * 2.0f;
}
Calling reflection on the library :
D3…
mrvux updated
7 months ago
-
I wrote a C# code generator that already generates the serialized metadata (json schema) for my tools.
- I would love not to be forced to derive the agent from the `Tool` class to avoid dependencie…