Skip to content

Something to add to the README #7

Description

@cflannery91

Hi,

Great work on this, spent the whole day looking into how to do this before I found your solution. One thing that caught me up when I did this on my own project - my appsettings.json file wasn't getting loaded in as my .csproj file didn't contain the following.

<ItemGroup>
  <Content Include="appsettings.json">
    <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  </Content>
</ItemGroup>

Might be something to add to the README!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions