Lamparter

Results 91 issues of Lamparter

## Language name - Common Intermediate Language (previously Microsoft Intermediate Language, abbreviated as MSIL, CIL or simply IL) ## URL of example repository - For example, [`System.Runtime.CompilerServices.Unsafe`](https://github.com/dotnet/maintenance-packages/tree/main/src/System.Runtime.CompilerServices.Unsafe) uses the IL...

Add Language
Good First Issue

Inspired by the archive notice from the .NET CoreFX and CoreCLR repos.

_Internal_ As part of a major directive in continuing the development of RiseMP, I have refactored the entire app codebase. This will allow for a more modern development experience, and...

> Hi, @Lamparter , I forgot to say that I was able to complete the initial setup. After that, this is what I keep getting: > https://github.com/user-attachments/assets/cb9ad5ac-8e8e-4864-9c88-22c8d7f41e49 _Originally posted by...

Closes https://github.com/files-community/Files/issues/17046 --- Improves download page by removing elements if they don't fit. Also updates the links to redirect to the Store pages.

This is an initial start at creating IronPython.Sdk, which allows you to enjoy the beautiful SDK-style project feature that modern .NET uses. This SDK is also compatible with non-IronPython projects.

It would be nice to be able to compile some things automatically as input to the compiler rather than copying the same thing into each file. Rather than putting ```py...

SLNX (new XML-based Visual Studio solution format) is extensible and easier to edit than IronPython's growing solution file. It would be a good idea to migrate to it.

I'm an enthusiastic user of IronPython and have been for years... it's sad to see the last commit to main being nearly six months ago! In this PR I've taken...

.NET 6 lost support in November 2024. It should be removed from IronPython as it is not necessary to use anymore and most projects have moved to .NET 8 or...