tripleacoder
tripleacoder
I get the same error on one of my .NET 4.8 projects. I am using the coverlet console tool as part of an Azure Pipeline. Tool version is 6.0.2 The...
I have this problem too, where an app called "DefectEditor" references a Nuget project named "DefectEditor". switch-to-prjects does not work in this case.
I also have poor performance in my WPF Cartesian chart. I have 1 series with 60k points (ObservablePoint). ``` private List chartDataSeries = new List(); public List ChartDataSeries { get...
"The current version of the library is designed for ~10k points, you must virtualize the points in your chart to get a better performance, I think that your issue is...
> > The workaround for now is to remove the dot sourcing in the psm1 file and instead have all the classes inside the psm1 file itself. > > This...
That workaround is useful. I will update StackOverflow.
Using the workaround I got rid of the issue in MyModule. I can now use dot-sourced classes in that module. MyModule depends on a different module 'ModuleContainingClassA', and I have...
I found this in the docs about using: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_using?view=powershell-7.2#module-syntax "The using module statement imports classes from the root module (ModuleToProcess) of a script module or binary module. It does not...
Never mind. It worked when a dialog appeared in Visual Studio and I clicked on "Reload project".