nitrictech / dotnet-sdk

Nitric .Net SDK
https://nitric.io
Apache License 2.0
7 stars 0 forks source link

Storage not declared in Local Dashboard using C# SDK #58

Open HomelessDinosaur opened 1 year ago

HomelessDinosaur commented 1 year ago

Bug Report

Issue

Storage is available using nitric start, however it does not appear when using the local dashboard.

Steps

Steps to reproduce the behavior:

  1. Create a Nitric project using nitric new and select the C# template
  2. Create a bucket resource
  3. Use nitric start and run the C# function locally
  4. Go to local dashboard

Expected

Expect to see my bucket and be able to interact with it in the local dashboard

Other Info

Any worker-based resource (topics, schedules, apis, etc.) are visible in the dashboard.