Boris Modylevsky
Boris Modylevsky
When used without default values, only with the interface. In case some parameter is missing in the config file, throw an exception saying that parameter is missing. public interface IMailNotificationSettings{...
I would like the following scenario to be supported: ``` public interface IA { double Distance { get; } } public interface IB : IA { int Duration { get;...
I am using Autofac with automatic registration: var builder = new ContainerBuilder(); builder.RegisterAssemblyTypes(typeof (BuildRunner).Assembly) .AsImplementedInterfaces(); Agent Mulder is running and I can navigate from registered classes to the point of...
Please add table support that transforms the following to HTML table element with TR/TD: | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is |...
Please add support for resharper 9
I am getting the following error when trying to install from psget.net 
```C# [TestMethod] public void SerializableClass_ShouldBeJsonSerializable() { var obj = new SerializableClass(); obj.Should().BeJsonSerializable(); } ```
Let's suppose the following migrations are part of the following assembly versions: V1.0 : 1, 2., 3 V2.0 4, 5, 6, The database is currently in version 6. I would...
### Issue details https://github.com/QualiSystems/FluentTc/issues/28 ### Relates to issue Connect #28 ### Checklist - [X] All unit tests passed on build server - [X] Acceptance test(s) covers new/modified functionality - [X]...
As a developer I would like to be able to assign investigation on build or test **Test to reproduce** ```C# [Test] public void AssignInvestigation_FluentBuildConfigurationAndUser_InvestigationAssigned() { new RemoteTc(c => c.ToHost("HOST").AsGuest()). AssignInvestigation(...