crystalgreen

Results 5 issues of crystalgreen

Mixed types in a series are not correctly deserialized. See example below. ```js const df = new dataForge.DataFrame({ columns: { Col1: ['a', new Date(2020, 11, 1), 1.1, 'd'] }, });...

version-2

**Problem** A `` element can have extra attributes such as [GeneratePathProperty](https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#generatepathproperty). This attribute (and maybe others like `Aliases`?) get lost when switching to project references and back. Example: ```xml ```...

Async calls don't support `ref`- or `out` arguments but synchronous calls do. But this doesn't work in DispatchProxyAsync. When calling via `Invoke`, those arg types should be supported but I...

This issue can be reproduce by creating a (library) project, adding _StrongNamer_ and the nuget package _Oracle.ManagedDataAccess_ e.g. v19.3.1. Then the build fails with ``` 1> Assembly file 'C:\TestProj\packages\Oracle.ManagedDataAccess.19.3.1\lib\net40\Oracle.ManagedDataAccess.dll' failed...

I get the above mentioned error with this code ```csharp using var reader = package.ExtractAllEntries(); reader.WriteAllToDirectory(pkgWorkDir, new SharpCompress.Common.ExtractionOptions { PreserveFileTime = true, ExtractFullPath = true, Overwrite = true, PreserveAttributes =...

bug
up for grabs