-
### Current Behavior
Currently creating a migration fails due to the auditing framework we are using.
### Expected Behavior
New migrations should be created
### Steps To Reproduce
navigate to…
-
**REGRESSION INFO:** Work in Aspire 8.1.0
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install SDK 8.0.401
3. Install Aspire 8.2.0
**REPRO STEPS**
1. Open CMD, create an Aspire …
-
Provide .NET Core template for building external scalers.
Starting a new external scaler should be dead simple:
```cli
> dotnet new keda-scaler
```
https://docs.microsoft.com/en-us/dotnet/cor…
-
### Description
Error while targetting net5.0 framework.
### Repro steps
1. dotnet new -i Saturn.Template
2. md saturn2net5
3. dotnet new saturn -lang F#
4. Change TFM in saturn2net5.fspro…
-
Issues that are not a current business priority, but are still worth considering for publishing and dependency flow infrastructure.
# Recently Triaged Issues
All issues in this section should be tri…
-
### Type of issue
Missing information
### Description
Hello everyone.
I'm trying to retrieve information about deleted objects in Active Directory. Typically, these objects are stored in t…
-
## Adding a Migration throws 'System.InvalidOperationException'
After adding a new public property with a private backing field to the model, the create and drop apis (context.Database.EnsureDeleted(…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
(see title)
### Expected Behavior
DCP should shut down and leave machine in clean state, in…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Did you read the "Reporting a bug" section on Contributing file?
- [x] I have read the "Reporting a bug" secti…
-
Please paste the output from your cli## Issue Description ##
## Steps to Reproduce ##
1. create new class with nested class:
```
public class Test {
public class Nested {
}
}
…