Daniel Little

Results 22 issues of Daniel Little

Enable Nullable types compiler option allowing code that uses MicroBus to benefit from better static analysis regarding null checks. This also has the side affect of highlighting any null related...

Add a MicroBus.Ninject package for bindings to Ninject.

enhancement
help wanted

Registering a handler currently requires you to define a class which implements a handler interface such as `ICommandHandler`. I would also be useful to register functions and delegates as handlers...

enhancement

In the following sample https://github.com/Horusiath/Akkling/blob/master/examples/at-least-once-delivery.fsx A redelivery will not be attempted if the echo actor crashes before it sends a Confirm message. The underlying method StartRedeliverTask is never called the...

bug

**Expecto Assert Exceptions are hard to read in the debugger** The Expecto Assertions throw exceptions which have color codes in the exception message. Sometimes you see these strings directly instead...

enhancement
semver-MAJOR

### Description When building a `netcoreapp3.1` or `netstandard2.1` library, the build will succeed when using Visual Studio 2019 but will fail when built via `dotnet build`. Error details: ``` error...

### Issue Summary When using a user defined table type with a fixed length binary column the [wrong constructor](https://docs.microsoft.com/en-us/dotnet/api/microsoft.sqlserver.server.sqlmetadata.-ctor?view=dotnet-plat-ext-6.0#Microsoft_SqlServer_Server_SqlMetaData__ctor_System_String_System_Data_SqlDbType_) for `SqlMetaData` is used resulting in the following exception. > System.ArgumentException:...

### Issue Summary I'm attempting to use a `User Defined Table Type` to pass a list into a sql command. The type provider successfully infers the type of the User...

The aim is to replace all the namespaces to point to new types, get the solution to build, then the tests to pass. See https://github.com/fsprojects/FSharp.Data.SqlClient/issues/374

### Description As `Microsoft.Data.SqlClient` is [due to supersede/replace](https://devblogs.microsoft.com/dotnet/introducing-the-new-microsoftdatasqlclient/) `System.Data.SqlClient` FSharp.Data.SqlClient should consider switching to `Microsoft.Data.SqlClient`.