Tanner Gooding
Tanner Gooding
# Self constraint for generic type parameters * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] Specification: In progress: https://github.com/dotnet/csharplang/blob/main/proposals/self-constraint.md ##...
# Relaxing shift operator requirements * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] Specification: Not Started Speclet: https://github.com/dotnet/csharplang/blob/main/proposals/csharp-11.0/relaxing_shift_operator_requirements.md ## Summary...
# Checked Operators * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] Specification: Not Started ## Specification https://github.com/dotnet/csharplang/blob/main/proposals/csharp-11.0/checked-user-defined-operators.md ## Design meetings...
It looks like most logged messages aren't currently displaying and it seems tied to creating the `spdlog` using ``. This needs further investigation and cleanup to ensure that logged messages...
NovelRunner should be updated such that it can report frame diagnostics. This should initially just track simple information like current FPS, the min/max FPS, average FPS, and total frame count....
https://github.com/novelrt/NovelRT/pull/129 is adding support for installing NovelRT and generating a package that can be consumed by other cmake projects. However, you currently have to specify all of the transitive dependencies...
CoreFX is looking to expose a set of types that allow exchange and interop between the various tensor frameworks. We now have an API proposal for what these types would...
As per https://devblogs.microsoft.com/dotnet/introducing-c-source-generators, C# now has support for Source Generators (in preview). Given that `Clang Sharp P/Invoke Binding Generator`'s whole job is to generate C# source code, we should likely...
The `When_no_option_accepts_arguments_but_one_is_supplied_then_an_error_is_returned` parsing validation test is failing in prodcon with: ```xml ``` The test is not failing locally in any of the configurations I tested.
https://github.com/dotnet/runtime/pull/69627 updated the dotnet/runtime repo to utilize the `NumericIntPtr` feature from C# 11: https://github.com/dotnet/csharplang/issues/6065 This resulted in the compatibility analyzer misfiring with many errors such as: ``` /__w/1/s/.packages/microsoft.dotnet.compatibility/2.0.0-alpha.1.21525.11/build/Microsoft.NET.Compatibility.Common.targets(33,5): error CP0002:...