John Tur

Results 20 issues of John Tur

**Describe the bug** The function `sqrt(x) * sin((pi * x) / 2)` is analyzed incorrectly by Windows Calculator. For example, it states that the function has no inflection points, when...

Do not use the mangled anonymous name in `using static` directives. Additionally, a `using static` directive should not be added when members of the enum are already available in context...

Translate ```cpp X create_X() { return X(1, 3.14f); } ``` as ```cs X create_X() { return new X(1, 3.14f); }

This adds the set of Windows Runtime APIs that are needed to launch a UWP app. The transitive closure of namespaces used by `Windows.UI.Core` and `Windows.ApplicationModel.Core` is pretty big, so...

Windows.UI.Composition is a library that exposes the API for the system's composition engine. It provides support for creating, animating, and applying effects to visual elements. This issue suggests adding a...

Sometimes, it could be useful to see the local time of other members on the server (e.g. you may want to know if someone is available). I propose some sort...

enhancement
proposal

The code that populates Object Browser and Class View currently disables Go To Definition for symbols that don't come from source. However, in Current Year, we can still go to...

Area-IDE
Community

ShareX runs natively on Arm64 systems with this patch. In .NET Framework, it is not currently possible to make an AnyCPU EXE that launches natively as Arm64. We use two...

It's common for libraries and console applications to use miscellaneous APIs from Windows Forms or WPF. In legacy-style projects, you would use "Add Reference" to add `System.Windows.Forms` to your application...

Triage-Approved
Feature-Project-Properties-Designer