AraHaan
AraHaan
@albertosottile I did make a local version that works for 3.12, 3.13, and 3.14 though but pulls in some of the private symbols when building for 3.13+ that is copy...
cc: @StephenMolloy
I only found this when I started to port the code over myself to my own project to improve it as it seems this repository is not maintained much and...
Edit: looks like there is roslyn 4.7 and roslyn 4.8 as well.
To be able to use the latest bug fixes in the compiler, as well as being able to use things like C# 12 on .NET Framework cshtml files for my...
cc: @StephenMolloy
If you guys are also interested I also opened a pull request for shipping this package with roslyn 4.7 which is more updated and modern version of roslyn with updated...
> > The warnings this is causing are breaking our CI builds, can we merge this and release a new version please? > > Can you please elaborate on this?...
> > Can you please elaborate on this? The new MSBuild message isn't a warning, it's a message. How is it breaking your CI? > > When this issue started...
Why not jus take the source code from the https://github.com/python/cpython/blob/3.12/Modules/audioop.c file and just put in with a ``setup.py`` that then is able to build it as a wheel and push...