Devlooped
- 1,613,613 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
- 226,322 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.
- 11,302 total downloads
- last updated 3/16/2021
- Latest version: 1.0.7
** 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
- 10,807 total downloads
- last updated 3/16/2021
- Latest version: 1.0.7
Meta-package that includes all ThisAssembly.* packages. ** C# 9.0 ONLY **
Built from https://github.com/devlooped/ThisAssembly/tree/a2ad73899
- 10,522 total downloads
- last updated 3/16/2021
- Latest version: 1.0.7
** 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
- 8,827 total downloads
- last updated 3/16/2021
- Latest version: 1.0.7
** 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
- 7,872 total downloads
- last updated 3/1/2021
- Latest version: 1.0.1
A dotnet global tool for downloading and updating loose files from arbitrary URLs.
Built from https://github.com/devlooped/dotnet-file/tree/77f19384f
- 7,145 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.
- 1,250 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
- 674 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
- 566 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
- 544 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