baseclass
NuGet publisher profile
Packages (9)
Baseclass.Contrib.Nuget.Output
Treats the "output" folder in an dependend nuget package as an additional special folder and copies it's content to the build folder
JetBrains.Annotations.Redist
Standard JetBrains ReSharper code annotation attributes implementation
Rx.Contrib
Package Description
Baseclass.Contrib.SpecFlow.Selenium.NUnit
Configures SpecFlow to be able to easily use Selenium for WebTesting. Makes it possible to annotate a scenario with the browser it's supposed to work with. Contains SauceLabs IWebDriver implementation which has utility methods to update test status.
DeveloperInTheFlow.FactoryGenerator
Console application that automatically generates factory implementations for classes marked with [GenerateFactory] attribute, by using Roslyn C# Compiler-as-a-Service. New files named <TargetClass>Factory.Generated.cs are added to the project. Can be used in a build server environment.
Baseclass.Contrib.Nuget.Output.Web
[Obsolete] now included in Baseclass.Contrib.Nuget.Output
Baseclass.Contrib.Nuget.Linked
Treats the "linked" folder in an dependend nuget package as an additional special folder and adds it's contents as link to the solution
Baseclass.SharedResource
Library to share a resource for multiple usages
Baseclass.Contrib.Nuget.GitIgnoreContent
Ignore nuget content files in git: - Generate entries in the .gitignore file to exclude nuget content files from the source repository - Restore nuget content files before building (Automatically in VS and manually with a powershell script - Use Initialize-GitIgnore to add it to an existing solution