-
I am trying to configure mapping for F# option types but have run into an exception that I could not diagnose. Attached is my attempt.
[ConsoleApp1.zip](https://github.com/mikependon/RepoDb/files/4…
-
There is some property of SerializableObjectType who's ToString results in a stack overflow making it impossible to inspect the properties while debugging.
I believe it is the Serialization property.
-
INSTALL STEPS
1. Run preinstall.cmd
2. Install Dev15 RC build d15rel.25827.01 (.NET Core workload)
REPRO STEPS
1. New ASP.NET Core Web Application (.NET Core) > Empty
2. Close and re-open the project…
-
Hi Maxime,
Using the v0.1.1 in a build project and the sample code, I got an error:
![image](https://github.com/easybuild-org/EasyBuild.FileSystemProvider/assets/1030435/81cf3ef7-f97f-405c-a71c-…
-
[We currently have all the properties in `TypeDeclarationOptions` contained within the `TypeProvider` itself. Consider removing `TypeProvider.Declaration` from the TypeProvider.
```csharp
internal…
-
For models we write the serialization as a separate file so we need a way to represent this to the generic writer so it knows when to write the serialization methods and when not to.
Currently leanin…
-
### Description
With the change to version 1.0.x the F# interactive is not able to find the designtime dll. It searches in the lib directory while it should be looking in the typeproviders directory,…
-
I'm using kaitai parsing network protocol,it works well. But when I want to develop a client to communicate with the server using a specified protocol, I need to generate raw data packets,copy each fi…
-
The existing `UPDATE .. FROM` clause is currently supported natively for:
``` java
@Support(value={INGRES,POSTGRES,SQLSERVER,SYBASE})
```
However, this clause can be emulated in some dialects, e.g. …
-
I tried to use `edge-js` to compile F# but when I proceed as described in the README.md I frist get the error `Error: Unsupported language 'fs'. To compile script in language 'fs' an npm module 'edge-…