Jeremy Koritzinsky

Results 29 issues of Jeremy Koritzinsky

**Version Used**: 4.4.0-1.22369.1 (.NET 7 Preview 7) **Steps to Reproduce**: 1. Update dotnet/runtime's Version.props to use the specified version of Roslyn. 2. Update the EventSourceGenerator to use the official `ForAttributeWithMetadataName`...

Bug
Area-Compilers
New Feature - Source Generators

Hey guys! I'm working on making a Visual Studio addin for KSP modding support (you can see the progress at [the repo](/jkoritzinsky/Kerbal-Space-Program-for-Visual-Studio)). I want to eventually add in CKAN integration...

Enhancement
Infrastructure

There are a variety of features in SharpGenTools that were only used by SharpDX. Now that SharpDX is unmaintained, it would be nice for code cleanliness to remove some of...

The new [CppAst](https://github.com/xoofx/CppAst) project looks like something we could use to keep all of our process in-proc and not have to shell out to CastXML for parsing.

Right now we require users to manually generate function callback code. Now that we have support for auto-generating shadow interfaces (which include callbacks), we should take a look at auto-generating...

Bitfield members of structures are always laid out as though they are on a little-endian system. They should support being correctly laid out if they're on a big-endian system.

Offsets for the fields in the following struct are generated incorrectly: ``` struct Test { int bitfield:16; int field; int bitfield2:16; }; ```

Depends on https://github.com/OmniSharp/omnisharp-roslyn/pull/2227

## Build Information Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=266460 Build error leg or test failing: System.Threading.ThreadPools.Tests.ThreadPoolTests.ThreadPoolMinMaxThreadsEventTest Pull request: ## Error Message Fill the error message using [known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json { "ErrorMessage": "Exit code...

arch-arm64
os-linux
blocking-clean-ci
area-Diagnostics-mono
Known Build Error