Pinned Loading
-
Fake implementation of Entity Framew...
Fake implementation of Entity Framework's DbSet for fast unit testing 1using System;
2using System.Collections;
3using System.Collections.Generic;
4using System.ComponentModel.DataAnnotations;
5using System.Data.Entity;
-
Median extensions for LINQ
Median extensions for LINQ 1public static class MedianExtensions
2{
3public static double Median(this IEnumerable<int> source)
4{
5if (source == null)
-
Generates a `Directory.Packages.prop...
Generates a `Directory.Packages.props` based on all your project files 1function ConvertTo-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... 1using System;
2using System.Linq;
3using System.Management.Automation;
4using System.Reflection;
5using System.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.