You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.
Building Dnn as described in the readme fails with:
Controllers\TabsController.cs(78,35): error CS1501: No overload for method 'GetPortalTabs' takes 10 arguments [D:\dnn-build\Temp\Dnn.AdminExperience-release-3.0.x\Library\Dnn.PersonaBar.Library\Dnn.PersonaBar.Library.csproj]
9.4.1
I believe this is caused by the fact that the release/3.0.x branch here still references the RC1 nuget packages and not the official release because there is actually a 10 parameter overload as far as I can see...
The text was updated successfully, but these errors were encountered:
Description of bug
Building Dnn as described in the readme fails with:
I believe this is caused by the fact that the release/3.0.x branch here still references the RC1 nuget packages and not the official release because there is actually a 10 parameter overload as far as I can see...
The text was updated successfully, but these errors were encountered: