AraHaan
AraHaan
When this gets merged I will rebase the 3.13 WIP support branch on top of the then updated master branch.
> @AraHaan Thanks for this contribution and sorry for the delay. It looks like we need some of the code under `#ifdef` to properly build. Can you fix the PR?...
While that may be true, I need it to be supported in setuptools because a project already uses it even for some test c extensions and they have asked me...
@BluWizard10 rebase?
``` System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. at System.ThrowHelper.ThrowArgumentOutOfRangeException() + 0x24 at Fmod5Sharp.FsbLoader.LoadInternal(Byte[], Boolean) + 0x348 at AssetRipper.Export.UnityProjects.Audio.AudioClipDecoder.TryDecode(IAudioClip, Byte[]&, String&, String&) + 0x1fa at AssetRipper.Export.UnityProjects.Audio.AudioClipExporter.TryCreateCollection(IUnityObjectBase,...
> Based on [internal discussion](https://sonarsource.slack.com/archives/C012KBFFYD6/p1616671492054500), consider `AssemblyInfo` (CS and VB) as a generated file. > > That should prevent it from being marked as duplicated code blocks, when AnalyzeGenerated=false. >...
Add example for reading contents from zip file using ``void *`` buffer with the zip file's contents.
This was probably worded a little but oddly, but basically the zip file itself is a ``void *`` pointer inside of the exe file and not actually on disk.
> My assumption is, that all of those property causes a handle recreation, and I guess that then the dark-mode request does not get send off. My guess is to...
I think everything should be fine now, thanks.
I think adding an heuristic would work perfectly for this kind of issue.