Skip to content

koddan2/Urdep.Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Urdep.Extensions

Collection of useful C# stuff.

Urdep.Extensions.Augmentation

var aug = Augment.C(new MyPoco("hello", 1, true, new object()));
Debug.Assert(aug is IAugmented<MyPoco>, "Should be true");

Urdep.Extensions.Data

var aug = Augment.C(new Anything {Name = "Superman"});
var dict = aug.AsDictionary();
Debug.Assert(dict["Name"] == "Superman", "Should be true");
dotnet nuget push C:\...\.build-output\ -s C:\...\.local-nuget --skip-duplicate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published