core icon indicating copy to clipboard operation
core copied to clipboard

WebSharper - Full-stack, functional, reactive web apps and microservices in F# and C#

Results 146 core issues
Sort by recently updated
recently updated
newest added

The following functions could be proxied: `Failure`, `|Failure|_|`, `lock` (just executing the `action` parameter), `nullArg`, `tryUnbox` Converters: `byte`, `int16`, `sbyte`, `uint16`, `uint32`, `uint64`

enhancement

Current issues on the `ts-output` branch (merge of .NET Core/Standard support and TypeScript output): * Minified code should not be generated/looked for any more, we will use external tools for...

typescript

TypeScript introduces more things to write in output (interface and plain object typings for example), code dependency graph must be updated for it so that minimal output for a project...

typescript

``` FSC : WebSharper error : Assembly needed for bundling but is not referenced: WebSharper.SPA.Tests [c:\path\to\websharper\tests\WebSharper.SPA.Tests\WebSharper.SPA.Tests.fsproj] Unhandled Exception: System.NotSupportedException: Exception of type 'System.NotSupportedException' was thrown. at Microsoft.FSharp.Core.ExtraTopLevelOperators.dictValueType@98.System-Collections-Generic-IDictionary`2-Add(TKey key, T value)...

typescript

Elements: * A Node.js application using the TypeScript compiler to parse the source files and produce well structured json, recognizing all declaration, signature and type shapes. * An MSBuild task...

typescript

The following items are missing or mis-packaged in bundles with dead code elimination: * [ ] `WebSharper.ItemEnumerator` is missing * [ ] `ByRef

typescript

Part of #820 WebSharper 4.0 translates type checks against interfaces to checking if a property with the shortest name in the interface is on the object. For example `x :?...

typescript

While converting to TypeScript (#789) It is becoming annoying that some `System` interfaces have generic and non-generic versions, and the members are needed to be redirected from one to other....

typescript

#820 proposed a TS representation of F# unions with a base class to contain the methods, a set of interfaces for each case, and the union type itself as `type...

typescript