Maciej Sypien

Results 12 comments of Maciej Sypien

Today I stumble upon the same error. Installing the dotnet through [the official mac installer](https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.402-macos-x64-installer) solve the problem for me. Using SDK v3.1.4.

I like this version of breadcrumbs template with support of translations (written in Jade): ``` ol.breadcrumb li(ng-repeat="step in steps | limitTo:(steps.length-1)") a(href="{{step.ncyBreadcrumbLink}}" ng-bind-html="step.ncyBreadcrumbLabel | translate") li.active(ng-repeat="step in steps | limitTo:-1")...