Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-re…
-
.NET Core client library for interacting with a RETS server to pull real estate listings, photos and other data made available from an MLS system.
-
-
Forked from aspnet/AspNetWebStack
ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)
C#
-
58 contributions in the last year
Contribution activity
December 2020
Created 1 repository
-
CrestApps/CrestApps.Orchard
C#
•
Built by
Created a pull request in Lombiq/Orchard-Training-Demo-Module that received 1 comment
Created an issue in OrchardCMS/OrchardCore that received 5 comments
InvalidOperationException: Cannot resolve scoped service 'System.Collections.Generic.IEnumerable`1[YesSql.Indexes.IIndexProvider]' from root provider.
I created the following model
public class Location : ContentItem
{ public string Name { get; set; }
}
Then created the following index and index-…