-
I'm trying to use FSharp.Compiler.Service 38.0.1-beta.20607.1 from our nuget feed and am getting this:
FSharp.Compiler.Service 38.0.1-beta.20607.1 requested package FSharp.Core: 5.0.1-beta.2…
dsyme updated
3 years ago
-
## Environment data
dotnet --info
.NET SDK (reflecting any global.json):
Version: 5.0.301
Commit: ef17233f86
Runtime Environment:
OS Name: Windows
OS Version: 10.0.19043
O…
-
Hello!
When I try to compile the following settings , I get the following error in my Angular 8 project:
ng build --configuration=deploy
```
ERROR in src/app/app.module.ts(86,16): Error duri…
-
Unhandled exception. System.NotSupportedException: CodeBase is not supported on assemblies loaded from a single-file bundle.
at System.Reflection.RuntimeAssembly.get_CodeBase()
at Microsoft.Ex…
-
Omnisharp fails to load a project that has a reference to another project.
# Steps
```mkdir test-solution
cd test-solution
mkdir ProjA
mkdir ProjB
dotnet new classlib -n ProjA -o ./ProjA
do…
-
I know, a bit early, but what are the plans on .NET 5.0?
-
This might be more of my beginner's mistake, more of a question, than a bug.
I cloned, fetched the submodules and then tried build. The only .NET stuff on my machine is the dotnet core sdk 5. I am ab…
-
# Issue Title
in .net5, when calling a windows-auth-based API from a blazor page results in Win32Exception: the token supplied to the function is invalid, while in .net 3.1 the same call works fine…
tecxx updated
4 years ago
-
### Describe the bug
After upgrading a Blazor 3.1 project to net50, single file publish seems broken. There is one extra dll generated, called .Views.dll. It is just 18kB and only contains a type cal…
maloo updated
3 years ago
-
For .NET 5, [we're going](https://github.com/dotnet/designs/pull/92) to reuse the existing `net` moniker. Due to our new versioning scheme (fixed schedule, major bump every year) we're only five years…