Pinned Loading
- Fake implementation of Entity Framew...
Fake implementation of Entity Framework's DbSet for fast unit testing 1usingSystem;
2usingSystem.Collections;
3usingSystem.Collections.Generic;
4usingSystem.ComponentModel.DataAnnotations;
5usingSystem.Data.Entity;
- Median extensions for LINQ
Median extensions for LINQ 1publicstaticclassMedianExtensions
2{3publicstaticdoubleMedian(thisIEnumerable<int>source)
4{5if(source==null)
- Generates a `Directory.Packages.prop...
Generates a `Directory.Packages.props` based on all your project files 1functionConvertTo-CentralPackageManagement() {
2Write-Host'Searching for package references'
34$packages=@{}
5$conditionalPackages=@{}
- Custom *Assembly load context* as *M...
Custom *Assembly load context* as *Module assembly initializer* using *Assembly dependency resolver* to load all the things! Solves dependency conflicts of multiple PowerShell modules and honors .deps.json files... 1usingSystem;
2usingSystem.Linq;
3usingSystem.Management.Automation;
4usingSystem.Reflection;
5usingSystem.Runtime.Loader;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.


