Devlooped
- 1,442,927 total downloads
- last updated 9/24/2020
- Latest version: 2.1.2
Exposes the following information for use directly from MSBuild, C#, F# and VB:
$(GitBranch), ThisAssembly.Git.Branch
$(GitCommit), ThisAssembly.Git.Commit
$(GitSha), ThisAssembly.Git.Sha
$(GitBaseVersionMajor), ThisAssembly.Git.BaseVersion.Major
$(GitBaseVersionMinor),...
More information
- 199,293 total downloads
- last updated 8/14/2017
- Latest version: 2.0.3
Provides assembly-level shared state via IAssemblyFixture<TFixture>, just like built-in class fixture state.
- 6,798 total downloads
- last updated 1/27/2021
- Latest version: 1.0.4
Meta-package that includes all ThisAssembly.* packages. ** C# 9.0 ONLY **
Built from https://github.com/devlooped/ThisAssembly/tree/832f99169
- 6,210 total downloads
- last updated 1/27/2021
- Latest version: 1.0.4
** C# 9.0 ONLY **
This package generates a static `ThisAssembly.Project` class with public
constants exposing project properties that have been opted into this mechanism by adding
them as `ProjectProperty` MSBuild items in project file, such as:
<PropertyGroup>
<Foo>Bar</Foo>...
More information
- 6,180 total downloads
- last updated 1/27/2021
- Latest version: 1.0.4
** C# 9.0 ONLY **
This package generates a static `ThisAssembly.Metadata` class with public
constants exposing each `[System.Reflection.AssemblyMetadata(..)]` defined for the project,
such as when using .NET 5.0+ support for `AssemblyMetadata` MSBuild items.
So for an attribute like:...
More information
- 5,321 total downloads
- last updated 1/27/2021
- Latest version: 1.0.4
** C# 9.0 ONLY **
This package generates a static `ThisAssembly.Strings` class with public
constants exposing string resources in .resx files or methods with the right number of
parameters for strings that use formatting parameters.
In addition, it groups constants and methods in nested classes...
More information
- 5,156 total downloads
- last updated 12/21/2020
- Latest version: 1.0.0-rc.2 (prerelease)
A global tool for managing hierarchical configurations for dotnet tools, using git config format.
- 4,816 total downloads
- last updated 1/25/2021
- Latest version: 0.9.4
A dotnet global tool for downloading and updating loose files from arbitrary URLs.
Built from https://github.com/devlooped/dotnet-file/tree/c151dbb27
- 852 total downloads
- last updated 7/10/2020
- Latest version: 0.2.9
A dotnet global tool to connect to Azure SignalR and receive streaming
events pushed to it from Azure EventGrid.
Usage: eventstream [url] [--] -[property]* +[property=minimatch]*
+all Render all properties
-property Exclude a property...
More information
- 385 total downloads
- last updated 1/19/2021
- Latest version: 1.0.0-beta (prerelease)
Avatars blend with the Na'vi seamlessly, and you can control their behavior precisely ('drive' them) with a psionic link.
Just like a dynamic proxy, with behavior driven by code.
IMyService service = Avatar.Of<IMyService>();
service.AddBehavior(...);
Built from...
More information
- 377 total downloads
- last updated 7/19/2020
- Latest version: 0.3.20+sha.2be715a-azdo.1788
A dotnet global tool providing a text-based UI for Git
- 308 total downloads
- last updated 9/28/2020
- Latest version: 0.2.0
A dotnet global tool for managing Git credentials using the Microsoft Git Credentials Manager Core.
Usage:
gcm [options] [command]
Options:
--version Show version information
-?, -h, --help Show help and usage information
Commands:
erase Erase a stored credential.
get...
More information