qsharp-compiler icon indicating copy to clipboard operation
qsharp-compiler copied to clipboard

Q# compiler, command line tool, and Q# language server

Results 138 qsharp-compiler issues
Sort by recently updated
recently updated
newest added

When we attempted to roll forward to .NET 6.0.400, we ran into crashes in the F# compilation (see https://github.com/microsoft/qsharp-compiler/pull/1524). It appears there is something about the way the Rosyln Wrapper...

enhancement
tracking

**Is your feature request related to a problem? Please describe.** Currently, when running Q# entry points with inputs at the command line, those inputs are exposed as command-line parameters. It...

enhancement

**Describe the bug** VS Code extension on Linux draws the warning squiggles for extra comma in a list of parameters or in an array on the parameter/array element before the...

bug
area: editor

Hello :wave: I'm from the VS Code team. Recently, we have been exploring a security feature we refer to as _Workspace Trust_. This feature is intended to centralize and unify...

It would be really neat for this page to offer a list of namespaces offered by Q# libraries with their short summaries, similar to how pages dedicated to individual namespaces...

**Is your feature request related to a problem? Please describe.** It would be helpful to be able to mark Q# functions or operations as experimental and/or unstable, raising a warning...

enhancement
area: language

Arguments of String[] or Range[] in entry points are not processed properly. The issue could either be in the generated wrapper, or in the generated entry point driver, or in...

bug
area: code gen (QIR)

Windows 10, installed sdk (~7) etc. but VS Code fails to install Q# language server after trying multiple times

bug
needs triage