-
### Current Behavior
While moving from net7 to net8, running `nx serve` with custom configuration started to produce an invalid executing command.
Now it passes configuration to the app as an argume…
-
### Library name and version
Azure.Monitor.OpenTelemetry.Exporter
### Describe the bug
I am in the midst of [switching from App Insights Classic to the OpenTelemetry exporter](https://learn.…
-
this looks like the rendered version, do you have the source of the blazor so we could extend things..
i want to work on the xterm console interactions some, and the PShost - so its not just coerced…
-
### Current Behavior
Running the base generator for an application fails with error: `Cannot find configuration for '[app-name]-[app-name]'` (app name is repeated when parameter `--directory` is sp…
-
Consider two forms of writing fabs() math function in C:
```C
#include
double fabs_pointer(double v)
{
uint64_t u = *(uint64_t*)&v & 0x7FFFFFFFFFFFFFFF;
return *(double*)&u;
}
dou…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
[Ubuntu] After upgrade to latest dotnet sdk stopped working. Clean reinstall of latest versio…
-
### Version
0.5.1
### What happened?
Executing csharprepl.exe fails to find the .NET SDK despite of the following facts:
```
dotnet --list-sdks
7.0.203 [E:\dotnet7-sdk-x64\sdk]
```
```
d…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
NuGet
### Package manager version
_No response_
### Language version
_No response_
### …
nojaf updated
6 months ago
-
## Ask a question
I have the following model
```C#
public partial class Parent
{
public int IdParent { get; set; }
public virtual ICollection FirstChild{ get; set; } = new List();
…
-
**Is your feature request related to a problem? Please describe.**
We currently set a dotnet roll forward policy through environment variables to make sure vstest can run on later runtimes. The vstst…