Xpl0itR
Xpl0itR
### Overview ThrowHelpers does not have methods to throw EndOfStreamException or HttpRequestException so I think they should be added. ### API breakdown ```csharp [DoesNotReturn] public static void ThrowEndOfStreamException() { throw...
Version 5.0 is the latest version that can read my nand backups and emunand files, neither can be read on version 5.1/5.2 [log_file_v5.0.txt](https://github.com/eliboa/NxNandManager/files/9337841/log_file_v5.0.txt) [log_file_v5.2.txt](https://github.com/eliboa/NxNandManager/files/9337842/log_file_v5.2.txt)
I press Numpad 1 and nothing happens
I understand why this doesn't work, but would it be possible to implement support for this? This is my use-case: In domain project (with Mediator.Abstractions) ```csharp public interface IMyReq :...
Adds the following attributes where applicable: - MethodImplAttribute with AggressiveInlining hint to generated extension methods - GeneratedCodeAttribute to generated extensions class - ObsoleteAttribute to generated extension methods where the native...
Parse the MergeFrom, WriteTo and Reflection class constructor method bodies to extract metadata that would otherwise be unable to extract using just class members, such as sint32/64, (s)fixed32/64 and json...