Hello Everyone,
I am trying to setup UmbracoCMS Git Repo for contribution in my local environment. I am able to successfully build the project but getting below error when try to run
System.Linq.ThrowHelper.ThrowNoMatchException()
System.Linq.Enumerable.First<TSource>(IEnumerable<TSource> source, Func<TSource, bool> predicate)
Umbraco.Cms.Web.Website.Routing.EagerMatcherPolicy.GetInstallEndpoint() in EagerMatcherPolicy.cs
+
Endpoint endpoint = _endpointDataSource.Endpoints.First(x =>
System.Lazy<T>.ViaFactory(LazyThreadSafetyMode mode)
System.Lazy<T>.ExecutionAndPublication(LazyHelper executionAndPublication, bool useDefaultConstructor)
System.Lazy<T>.CreateValue()
Could someone please advise me on this if I missed any steps in local setup ?
Thanks a lot in Advance