niemyjski on new-stack-count
Added new test for posting null… (compare)
niemyjski on workspaces
WIP - More tsconfig changes (compare)
niemyjski on workspaces
WIP - more workspace changes (compare)
dependabot-preview[bot] on nuget
private ICollection<IMigration> GetAllMigrations() {
var migrationTypes = TypeHelper.GetDerivedTypes<IMigration>(new[] { typeof(IMigration).Assembly });
return migrationTypes
.Select(migrationType => (IMigration)_container.GetService(migrationType))
.OrderBy(m => m.Version)
.ToList();
}