Oskar Berggren

Results 7 issues of Oskar Berggren

The composite-index tag is used to map dictionaries using components as index. This does not appear to be accessible using fluent nhibernate.

feature

I have an NUnit that has now been sitting doing nothing for 15 hours. It has successfully completed 4 test cases. I know that it has began executing a fifth...

Idea

This page: https://github.com/nunit/docs/wiki/ICommandWrapper-Interface Should state that: Attributes implementing any interface deriving from ICommandWrapper must be placed on a test method. They have no effect when placed on a test fixture.

### Description The section "Manually reconnect" contains this example: ```csharp connection.Closed += async (error) => { await Task.Delay(new Random().Next(0,5) * 1000); await connection.StartAsync(); }; ``` However, I could not get...

Source - Docs.ms
SignalR
aspnet-core/svc
aspnetcore-signalr/subsvc

Currently when I open the nhibernate.info Documentation page I see fully *four* ads. Three in vertical side bars plus a fourth one as an overlay footer. Plus, when I opened...

### Issue Description Running in Swedish regional settings, certain expressions that involve dividing and rounding values from msbuild properties return different results in msbuild 17 compared to msbuild 16. I...

bug

Over DBus I call a method that takes a parameter of type MyClass. This class has no default constructor. I get a NullReferenceException which is not helpful at all! System.:...