Magnus Österlund

Results 15 issues of Magnus Österlund

If I use ToFactory in Ninject as example below, I get a "Class 'Foo' is never instantiated" on the class Foo. public class Foo {} public interface IFactory { Foo...

Today, the documentation is scattered in many places | Place | Dokany | Dokan-dotnet | | --- | --- | --- | | Doxygen | [Dokany](https://dokan-dev.github.io/dokany-doc/html/index.html) | [dokan-dotnet](https://dokan-dev.github.io/dokan-dotnet-doc/html/index.html) | |...

Enhancement
Help wanted

This is a reminder to remove the deprecated [`FileAccess.Reserved`](https://github.com/dokan-dev/dokan-dotnet/blob/master/DokanNet/FileAccess.cs#L174) in the next major release. This is according to the specification in [SemVer](http://semver.org/#how-should-i-handle-deprecating-functionality)

I want to make it possible to from source code find in the Log when this code was run. If the code never has been run, it should found the...

I want to have a new window that show all known properties and items for selected node in the log. In the window, I also want to make it possible...

## Description We have following code ```C# [TestMethod] [DeploymentItem("MyTests.Configuration.xml")] [DataSource("Microsoft.VisualStudio.TestTools.DataSource.XML", "|DataDirectory|\\MyTests.Configuration.xml", "MyTestCase", DataAccessMethod.Sequential)] public void GetFiles_OnRootDirectory_CallsApiCorrectly() { var foo = TestContext.DataRow["MyFooData"]); } ``` with following xml file ```XML true false...

enhancement

I want it to be able to have multiple `CollectionAttribute `for one test class. The test class is then created in multiple instances with different shared context and all tests...

Can you please update the code to show how do if the generator is dependent on a NuGet package. I think it is a common scenario. I have try to...

If a branch is renamed and in the same commit merged from another branch, git-tfs fails