-
**Describe the bug**
Trying to build a clean template generated with `dotnet new waypoint` and running `dotnet fake build` (after `dotnet tool restore`) i get the following error when running in a no…
-
I unzipped release [v1.39.10](https://github.com/OmniSharp/omnisharp-roslyn/releases/tag/v1.39.10) [omnisharp-win-x64-net6.0.zip](https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.…
-
Hi @Smaug123,
@auduchinok and I were talking about [fsharp_newline_between_type_definition_and_members](https://fsprojects.github.io/fantomas/docs/end-users/Configuration.html#fsharp_newline_betwee…
-
Hello,
I just synced my fork and can no longer build my `ReSharper.FSharp.sln`.
See errors
C:\Users\nojaf\Projects\resharper-fsharp\ReSharper.FSharp\src\FSharp.Psi\src\Impl\Cache2\Parts\A…
-
Assembly A exposed it's internal to Assembly B via the `InternalsVisibleTo` attribute. Assembly B provides a simple method to Assembly C, but because it's a simple method, it is inlined by the f# comp…
-
### Description
When using built-in [ID GraphQL type](https://fsprojects.github.io/FSharp.Data.GraphQL/reference/fsharp-data-graphql-types-schemadefinitions.html) to represent the [Guid](https://do…
-
src/Export/build.sh contains these lines
```
cd ../$NCAVE_FSHARP_REPO
git checkout export
dotnet build -c Release src/buildtools/buildtools.proj
dotnet build -c Release src/fsharp/FSharp.Compiler…
-
```
System.Exception : Could not find a FSharp.Core.dll (with bundled .optdata and .sigdata) in
[ "/home/alice/codes/Markdig.Extensions.Literate/tests/bin/Debug/netcoreapp2.2/FSharp.Core.dll"
"/…
-
What OS versions are supported?
```FSharp
dotnet new -I Aardvark.Templates
dotnet new aardvark.ui --backend opengl
dotnet run -c Release
```
failed with following error on `macOS`
```
/User…
-
I am using a library built in .NET 9 and trying to unpickle pickle file which produced in .NET 7 library. And I use System.Runtime.Loader.AssemblyLoadContext.Default.LoadFromAssemblyPath to load the .…