Results 21 comments of Vegar Vikan

Wouldn't it at least be an option to compile MongoRepository against the legacy driver that comes with the 2.0.\* packages? That way it's possible to have MongoRepository co-exists with code...

I have a local branch that runs the tests ok, but I had to remove net3.5/4.0 support.

Yes, the methods mentioned are gone, but I didn't see any problems with GetServer(). I have made a pull request (#11) with my changes, so if you have some time...

I guess the most important thing to clarify is if the csharp-driver/mongorepository creates a different query now then before, or if mongo 3.0 executes the query differently. You can turn...

I would say somewhere in your settings. I can't imagine there being a huge need for hundreds of different substitution settings. I would be totally fine being able to create...

[This is the test failing:](https://github.com/VHQLabs/TargetFrameworkMigrator/blob/master/TargetFrameworkMigrator/Migrator.cs#L156-L158) // not applicable for current project if (p.Properties.Item("TargetFramework") == null || p.Properties.Item("TargetFrameworkMoniker") == null) return projectModel; Apparently accessing the `Item` with a non-existing key doesn't...

I would like to see a recipe on how to - Open a new text editor in a new tab - Set a given grammar for it - Add some...

I also had this problem, and have seen similar problems caused by python 2.x vs python 3.x issues. I have both installed, but python 3 is first in the path,...

Since atom is build on top of node and npm, I'm afraid you won't come far without, since many npm packages relay on python being available. But of cause, it...

@matys1 , Be aware, though, that PSReadLine's suggestions comes from your history, not from the current context. So while it will suggest `co` to be `commit`, it will not be...