Steven Maillet

Results 21 issues of Steven Maillet

**OS Environment:** - [x] Windows 10 **I have already...** - [x] Reproduced the problem using the latest stable release. - [x] Reviewed the [documentation](https://ubiquitydotnet.github.io/Llvm.NET/). - [x] Reviewed the [current issues](https://github.com/UbiquityDotNET/Llvm.NET/issues)...

bug

**Is your feature request related to a problem? Please describe.** > NOTE: > Feature requests are intended to request a new feature or a change in the intended/designed > functionality...

enhancement

**Is your feature request related to a problem? Please describe.** Can't create a DIFile with any Checksum Information or source text **Describe the solution you'd like** Add optional parameters (default...

enhancement

**Operating System**: Windows **DocFX Version Used**: 2.56.6 **Template used**: custom template **Steps to Reproduce**: 1. Addd xrefservice to the docfx.json as described in [docfx doc site](https://dotnet.github.io/docfx/tutorial/links_and_cross_references.html#cross-reference-services) 2. on a type...

**Operating System**: `Windows` **DocFX Version Used**: 2.42.2 **Template used**: custom (based on statictoc) **Steps to Reproduce**: 1. clone the repo from github https://github.com/UbiquityDotNET/Llvm.NET/tree/f717300813a11f6bf9621dc740e7772cd783b08d (This commit point shows the problem and...

Area-Metadata
stale
Area-Metadata/from:dll

Currently, modification under Roaming is disabled. This should be enabled as it is effectively part of User settings.

enhancement
help wanted

### Describe the bug When targeting .NET 8 I get the following waning: `C:\Program Files\dotnet\sdk\8.0.303\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(284,5): warning NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): win10-arm64, win10-x64, win10-x86. Affected libraries: Microsoft.WindowsAppSDK. In...

area-dotnet

### Type of issue Missing information ### Description Documentation for building AOT images is not provided for VS IDE. The docs explicitly call out CLI but say nothing about IDE....

:watch: Not Triaged
dotnet-fundamentals/svc

There is a [CVE vulnerability (DOS)](https://github.com/advisories/GHSA-w3q9-fxm7-j8fq) in the dependencies. Unfortunately overrides in the project or central package management don't work for build only dependencies. Thus, this is reported in the...

Version: 2.0.0-beta7.25380.108 (Latest NuGet as of this writing) ``` C# [TestMethod] public void RawApi_Version_Error_tests( ) { var rootCommand = new RootCommand("Test Root") { new Option("--option1") { Description = "Test option...

Area-Parser and Binder