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

See https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/interpolated-string-handler - [ ] Interpolated string handler respected in JS translation - [ ] Test added

enhancement

Tests already exist (but marked to skip): https://github.com/dotnet-websharper/core/blob/d6f1bd43cf0250e31fc1d1c3a1c2244864127599/tests/WebSharper.CSharp.Tests/Records.cs#L55-L62 [ ] Implement ProjectReader changes, only supporting immutable record structs for now (as general mutable struct support is missing)

enhancement

Some WebSharper attributes could be respected on C# local functions for granularity. This is not a priority, as it any goal can be reached by moving them to be proper...

enhancement

Tests already exist (but marked to skip): https://github.com/dotnet-websharper/core/blob/1593e1045e49ae23836e3573659a551718deb8ef/tests/WebSharper.CSharp.Tests/Syntax.cs#L690-L708 - [ ] Add proxies for the structs - [ ] Add support for C# `^` (index from end) and `..` (range)...

enhancement

Skipped tests already exist: https://github.com/dotnet-websharper/core/blob/1593e1045e49ae23836e3573659a551718deb8ef/tests/WebSharper.CSharp.Tests/Task.cs#L113-L140 - [ ] Add proxies for the interfaces - [ ] Add support for C# `using` with `IAsyncDisposable` - [ ] Add support for C#...

enhancement

(From the Forums - https://forums.websharper.com/topic/91272) Using v4.7.1, the following sitelet returns a 404 when trying to access `/?date=2021-12-12`. If I comment out the `DateTimeFormat` part then it returns the correct...

Event handlers in server-side templates are automatically translated for client-side use, however, local functions in those handlers escape without raising an error. Consider the following code: ```fsharp let elem =...

bug

TPs can load assemblies and lock them in main context of booster process. Test using AssemblyLoadContext for F# compilations

bug

Currently DateTime only works as local time on the client, both its constructor and properties. (If using only the normal .NET methods, the `.JS` extension property converts it to a...

enhancement

These are needed for FSharp.Data.Adaptive, add further missing methods if any: - [ ] System.Runtime.CompilerServices.RuntimeHelpers.GetHashCode method - [x] System.Collections.Generic.KeyNotFoundException - [ ] System.Threading.Interlocked

5.0.0.100-preview1