-
The project "AlpineSkiHouse.Web" builds successfully by MSBuild 17.0.0 but there is exception accured during runtime. It happens on app-launch. There is a stacktrace of the exception below.
```
Unha…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
We run ASP.NET Core web application on dotnet 6 in IIS 10 with in-process ANCM hosting …
-
I believe there is a small typo in the code sections of: _Step 2 - Initialize and start the .NET Core runtime_
should
```cpp
hostfxr_handle cxt = nullptr;
```
be
```cpp
hostfxr_handle ctx =…
-
As described in [documentation](https://github.com/dotnet/tye/blob/master/docs/tutorials/hello-tye/00_run_locally.md), I tried to run the sample app on my local.
tye --version : 0.5.0-alpha.20555.1…
-
### Describe the bug
When processing razor content, if I include an `@@inject` immediately after a razor code block, the `@@inject` is missing from the generated code.
### To Reproduce
Steps to r…
-
## 🚀 Feature
Right now the C# Loader does not follow the interface of MetaCall properly. This is very problematic because all scripts are loaded into the current `AppDomain` and this will allow colli…
-
I ran into an issue that dotnet version "8.0.5" is missing. My application is targeting sdk "version": "8.0.204" which uses the runtime version 8.0.4. Through a windows security patch we got Micros…
-
# Question
Item link error in Zipkin
I have a demo project, called link is gateway - > payapi - > orderApi - > ProductApi, but he was payapi orderApi/ProductApi display link is wrong
**Describe…
-
Dotnet list package --outdated / --deprecated shows for the packages
Microsoft.ApplicationInsights.AspNetCore 2.21.0
Microsoft.ApplicationInsights.Profiler.AspNetCore 2.5.3
Microsoft.ApplicationI…
-
### Description
Automatic update of .NET 6.0.2 to 6.0.3 produces inconsistent environment
### Environment:
Edition Windows 10 Pro
Version 21H1
Installed on 2/11/2022
OS build 19043.1586…