David Naylor
David Naylor
The CVS repo at http://benchmarksgame.alioth.debian.org/ (and https://alioth.debian.org/scm/?group_id=100815) is not available due to connection timeout. P.S. Do you accept contributions?
## Description When an `EditTemplate` is provided for a `Column` there is currently no way to hook into `MudDataGrid`'s event callback for `CommittedItemChanges`. This change adds the relevant action to...
### Description Using a generative type provider fails to create a computation expression builder with a custom operation. The compiler fails to recognise the method as a custom operation. Note...
Is there a way to have a property set by `[Params]` or `[ParamSource]` where one of the parameters is the baseline?
With .NET 6 [EOS](https://devblogs.microsoft.com/dotnet/dotnet-6-end-of-support/) I've updated all targets to .NET 8 (and removed redundant targets). Sponsored by [Counterpoint Dynamics](https://cpdynamics.co.za)
## Description Attributes attached to the return value of a class method (e.g. `[]`) were instead being attached to the method itself. This did not happen for functions (let bind)....
The `[]` approach to attaching an attribute to the return property of a method/function does not work on class (static) methods. ```fsharp open System.Reflection open Microsoft.FSharp.Quotations.Patterns type SomeAttribute() = inherit...