mobessen 


  • Allows emitting arbitrary assembly attributes, compatible with SDK-style projects and classic ones. Usage: declare @(AssemblyAttribute) items to include, such as: <ItemGroup> <AssemblyAttribute... More information
  • Provides the $(CodeTaskAssembly) property which properly locates the right assembly to use for inline tasks depending on the currently executing MSBuild engine.
    • 61,200 total downloads
    • last updated 9/20/2017
    • Latest version: 0.3.0
    • msbuild git
    Provides the $(Git) property which properly locates the Git executable in the current machine.
  • Redefines the XmlPoke built-in task so that it preserves whitespace and formatting. Drop-in replacement.
    • 36,188 total downloads
    • last updated 4/17/2017
    • Latest version: 3.0.107-pre (prerelease)
    • Clide vsix wix msi bundle
    Clide Installer: VSIX, MSI and EXE (chained) installer integration.
    • 33,863 total downloads
    • last updated 1/23/2018
    • Latest version: 0.2.0
    • msbuild
    Provides the $(UseCompiledTasks) property, which is used by all other MSBuilder components to determine whether inline or compiled tasks will be used (both versions are typically provided).
  • Provides the DumpItems task which can be used to dump an item list and all their metadata, for easy diagnostics and troubleshooting.
  • Injects VsixDependency items into the containing VSIX project manifest and VSIX container.
    • 26,861 total downloads
    • last updated 4/24/2018
    • Latest version: 0.1.9
    • msbuild vsix
    Generates the ThisAssembly partial class and adds a Vsix property containing properties from the source VSIX extension manifest file. These might be useful for conditional behaviors, diagnostics and tracing,... More information
    • 22,342 total downloads
    • last updated 10/26/2018
    • Latest version: 0.3.4
    • msbuild inline
    Authoring inline code tasks in C# in an XML file can be incredibly frustrating, without intellisense, compilation safety, tests, etc. This package automatically converts Task-derived classes in your project... More information
    • 16,055 total downloads
    • last updated 10/13/2015
    • Latest version: 0.1.18-pre (prerelease)
    Dynamically load XAML views and JSON view models with bi-directional data binding support into Xamarin.Forms apps.
    • Deprecated
    • 15,855 total downloads
    • last updated 6/8/2017
    • Latest version: 0.3.4
    • msbuild project
    Generates the ThisAssembly partial class and adds a Project property containing properties from the source project file. These might be useful for conditional behaviors, diagnostics and tracing, and more.... More information
  • Writes items with their full metadata to an MSBuild project "fragment". The resulting XML file can be directly imported by an MSBuild project, or read on-demand by the ReadItemsFromFile MSBuilder.
    • 14,192 total downloads
    • last updated 6/10/2016
    • Latest version: 0.6.18
    A C# high-performance implementation of Schematron ISO/IEC standard
  • Reads items and their metadata from an MSBuild project that contains an ItemGroup. For use together with the WriteItemsToFile task.
  • Provides the GetLatestVersion task, which retrieves the latest published version of a given nuget package from nuget.org, and provides easy access to its various SemVer components.
    • Deprecated
    This package extends MSBuilder.GenerateAssemblyInfo to also generate a static `ThisAssembly.Metadata` class with the `@(AssemblyAttribute)` attributes that have... More information
  • Provides the $(CI) property to detect a continuous integration build. Supports TeamCity, AppVeyor, MyGet, Jenkins, Wrench, VSTS and Travis.
  • Managed and testable .NET bindings for Microsoft Windows Background Intelligent Transfer Service (BITS) technology.
    • 9,591 total downloads
    • last updated 9/8/2016
    • Latest version: 0.1.5
    • msbuild
    Allows retrieving the current project's properties and currently building targets as items and metadata, effectivey allowing retrieval of property values dynamically by name. Usage: <Introspect> <Output... More information