Oskar Gewalli

Results 52 issues of Oskar Gewalli

In order to simplify the release process, we should drop the target frameworks net45, net6 in the release. Also remove check for Fable3 for F#+ 2. The main reason for...

F#+ v2.0
breaking change

We currently have NET7_0 directives in the code base, these should be NET7 or greater rather than a specific version. ```F# #if NET7_0 ``` See [preprocessor-directives](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives) We have had trouble...

F#+ v2.0

See 5f241f9c1b4aec0003b515a86863853d8b120d82

enhancement
fix

See for instance: https://github.com/fsprojects/FSharpPlus/pull/513#discussion_r1020880618 This has been done by reverting the type signature fix on the F#+ 1.x branches : See #303

F#+ v2.0
F#+ v1.1
breaking change

In order to make it easier to swap out the implementation, let us make it more obvious what is used from JsonValue See #328

https://github.com/lassik/pose https://persist.scheme.org/twinjo/

https://github.com/janestreet/sexplib

### Description FSharpx provides a lot of functionality, but there is some need to trim it and apply .net and f# naming conventions. See also: https://github.com/fsprojects/FSharpx.Extras/issues/311 https://github.com/fsprojects/FSharpx.Extras/issues/325 https://github.com/fsprojects/FSharpx.Extras/issues/368 Some of...

### Description https://github.com/libgit2/libgit2sharp/wiki/git-tag

enhancement
help wanted