Skip to content

Build fails for 'dotnet new scim' template due to missing SimpleIdServer.Scim.ApiKeyAuth package #907

@dimOk00

Description

@dimOk00

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

  1. 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"
  2. 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

Labels

bugSomething isn't working

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions