-
### Current behavior
the folder and file copied to `bin\Debug\net9.0-browserwasm`, but not `bin\Debug\net9.0-browserwasm\wwwroot\package_xxxx` when target to net9.
### Expected behavior
Behaviers …
-
Since https://github.com/dotnet/runtime/pull/90880, `net8.0` has been the minimum.
For files that are compiled for other platforms (.NET Standard, .NET Framework) `NET8_0_OR_GREATER` can be replaced …
-
### Description
Today we require that local.settings.json has `"FUNCTIONS_INPROC_NET8_ENABLED": "1"` for a .NET8 inproc app. A lot of users get confused why the .NET 8 host doesn't launch when they a…
-
### Library version used
4.65.0
### .NET version
.NET 8
### Scenario
PublicClient - desktop app
### Is this a new or an existing app?
The app is in production, and I have upgraded to a new ver…
-
Upgrading to latest BenchmarkDotNet causes projects with protobuf files to fail. Last known good version is 0.13.12. The difference seems to be related to the newly added parameters for the build step…
-
```
FloraFixer.csproj : error NU1202: Package Mutagen.Bethesda 0.47.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Mutagen.Bethesda 0.47.2 supports: net8.0 (.NETCoreAp…
-
-
**Describe the bug**
When call the same WCF client generated from VS2022 (Add Service Reference) loaded by reflection
through 2 different AssemblyLoadContext the second call causes an InvalidCastExcep…
-
### Description
I encountered the following error while building my project using the .NET 9.0 SDK:
`C:\Program Files\dotnet\sdk\9.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkRef…
-
Hi,
We migrated our WebAssembly to NetCore 8.
It does not work,. We get an error
Error: One or more errors occurred. (An invalid request URI was provided. Either the request URI must be an absolu…