Skip to content

Support netstandard2.1 #7

@warappa

Description

@warappa

Currently BionicMonitor only checks for Blazor files if the target framework is netstandard2.0.
Since Blazor Preview 7 I needed to upgrade to netstandard2.1. Unfortunately, BionicMonitor only checks for the netstandard2.0 folder on the following line:

var distPath = Path.Combine(Directory.GetCurrentDirectory(), "bin/Debug/netstandard2.0/dist");

Maybe BionicMonitor could

  • check for both/new target framework(s) or
  • provide a command-line option for that

Workaround

I made a symbolic link from my bin\Debug\netstandard2.1 folder to bin\Debug\netstandard2.0.
mklink netstandard2.0 netstandard2.1 (on Windows)

Otherwise:
Thank you for this valuable tool!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions