MagicAndre1981

Results 162 comments of MagicAndre1981

> I really don't want to be writing all the boilerplate that comes with visual states just to convey an enabled/disabled button. in XF I also sometime got issues enabling/disabling...

ok, .net standard doesn't have OleDb support. So direct .NetCore 3.1 support is needed.

ok, [System.Data.OleDb package ](https://www.nuget.org/packages/System.Data.OleDb/4.7.1) supports .net standard 2.0 and 3.1, but I have no idea how to test it. nunit console only has a beta to test .net core, but...

I tried to implement it with #188 @mrworkman

I gave it up now. I switched to [ExcelMapper](https://www.nuget.org/packages/ExcelMapper) which is based on a pure managed excel reading library which is an advantage over LinqToExcel so that it doesn't require...

Looks like the project is dead. I switched to [ExcelMapper](https://www.nuget.org/packages/ExcelMapper)

On other projects it works fine so that I discovered to issues ([1](https://github.com/nforgeio/RaspberryDebugger/issues/35),[2](https://github.com/nforgeio/RaspberryDebugger/issues/36)). Those demo console programs only have 1 project in the solution an the first solution I tried...

ok, I see that the config is stored in a file called `raspberry-projects.json` under the hidden `.vs` folder. In this project the file is not created. I also tried to...

any update? When I try to debug the extension from source code I only get a ghosted VS2019 window and VS is not responding

ok, on a second VM debugging works and I can see in [PublishProjectAsync](https://github.com/nforgeio/RaspberryDebugger/blob/c1b902e2b1320b32eb3a52f4fba1c8631eba7776/RaspberryDebugger/DebugHelper.cs#L384) the [--framework option is not set](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish#options). So I added a property Framework to `ProjectProperties` and set it...