-
Let's say I have project A (exe), B(dll), C(dll) & D(dll)
A depends on B - A and B are in the same solution
C depends on B (A loads C dynamically) - C is in a separate solution
D depends on B (A…
-
## Updated proposal from 2017/9
Proposal (by @karelz - https://github.com/dotnet/corefx/issues/1626#issuecomment-329840518) will be updated in top-post based on further discussion and proposal chan…
-
**Version Used**:
VS 16.1 Preview 1
**Steps to Reproduce**:
1. `dotnet new console`
2. Replace content of `Main` method with
```cs
static void Main(string[] args)
{
#line …
-
I am trying to build .NET 9 Preview 3 on arm64 in an offline environment.
It works on some platforms, but sometimes fails on others.
Full log: https://download.copr.fedorainfracloud.org/results/…
-
When I run the following `dotnet publish --configuration Release ` on my Blazor WASM I get the error here below that doesn´t tell me anything useful
This is the content of my csproj if that helps
…
-
Type: Bug
## Issue Description ##
Omnisharp doesn't seem to work with razor files, And in the whole project as soon as you add MVC.
If I disable `useOmnisharp` it works.
p.s. please do not s…
-
Every major operation (opening/restoring, building, etc.) takes several minutes to complete, usually resulting in the "not responding" dialog over and over. As a disclaimer the project does take more …
-
All the IDE code style suggestions should always be hidden severity by default, otherwise they tend to add lot of noise, both in the editor and error list.
For example, consider `IDE0090 (new expre…
-
I am closing the issue but feel free to respond if you still have any questions.
_Originally posted by @tarekgh in https://github.com/dotnet/runtime/issues/97852#issuecomment-19247432…
-
To support interacting with the DOM, CoreRT needs to allow calls to and from JavaScript. Mono has established an API for this that Blazor uses, so that's probably a good start. It might be possible to…