-
-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When creating a new project using the dotnet new scim
template, the resulting project fails to build because it is missing a required NuGet package: SimpleIdServer.Scim.ApiKeyAuth
Steps to Reproduce
- Install the
SimpleIdServer.Scim
templates if you haven't already:dotnet new scim -n ScimEF --connectionString "Data Source=.;Initial Catalog=SCIM;Integrated Security=True;TrustServerCertificate=True" -t "SQLSERVER"
- Attempt to build the project:
dotnet build
Expected Behavior
The project should build successfully without any errors, as it's generated from a template. All necessary NuGet packages should be included in the project file by default.
Actual Behavior
The build process fails with errors indicating that the SimpleIdServer.Scim.ApiKeyAuth
namespace and its types cannot be found. This is because the NuGet package is not referenced in the .csproj
file.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working