Veli-Jussi Raitila

Results 16 comments of Veli-Jussi Raitila

Although the [OpenLineage](https://openlineage.io/) project (and [Marquez](https://github.com/MarquezProject/marquez) as a reference implementation) focuses on data lineage specifically, many data catalogs cater to this aspect as well. I cannot help seeing some similarities...

Although I did bring up OpenLineage specifically, there are, unfortunately competing "standards" in the field. In contrast, [OpenMetadata](https://github.com/open-metadata/OpenMetadata) tries to take a more holistic approach. Then there is Apache Atlas...

This is reproducible on a Mac using .NET Core SDK 2.1.500 + VS Code + Ionide. I do not have mono installed as I'm trying to move to pure .NET...

I think this is no longer the case. Works just fine in FSharp.Data providers for JSON, for example. DLL layout there: ``` # find . -name 'FSharp.Data.DesignTime.dll' ./packages/fsharp.data/3.0.0/lib/netstandard2.0/FSharp.Data.DesignTime.dll ./packages/fsharp.data/3.0.0/lib/net45/FSharp.Data.DesignTime.dll ./packages/fsharp.data/3.0.0/typeproviders/fsharp41/netstandard2.0/FSharp.Data.DesignTime.dll...

@samhanes So, the design-time component for FSharp.Data.SqlClient specifically has full framework dependencies - right? Just to clarify that this is obviously not a requirement for type providers in general.

Yup. It is not just a design-time problem in that sense. The project does not compile at all with pure .NET Core tooling. Running ``` dotnet new console -lang f#...

@samhanes Gotcha, thanks. I can confirm that instructing the SDK to explicitly use mono as a compiler in fsc.props does work around this issue. I just had to adjust some...

I have the same problem. I only have runtimes for .NET Core 3 and 6 installed. I also removed all traces of Visual Studio. ``` PS C:\Program Files\dotnet> dotnet --info...

Just to verify, should reading the current volume level from the monitor work upon startup in the current version? It does not work for me, although my unit does return...

Yeah. I did enable the setting, but the value is still not restored.