It probably breaks something. Does the issue come back if you undo that?
Yes, see #617 (comment):
it watches input files in bundle config to update bundles whenever you made a change in your css/js files.
You can pm me: <a class="postlink-local" href="https://forum.aspnetboilerplate.com/ucp.php?i=pm&mode=compose&u=13547">ucp.php?i=pm&mode=compose&u=13547</a>
There's really not enough useful information to help you solve this. You could add me as a collaborator to a private repo.
You can replace AbpExceptionFilter then do:
public void OnException(ExceptionContext context)
{
// ...
using (CultureInfoHelper.Use("en"))
{
if (wrapResultAttribute.LogError)
{
LogHelper.LogException(Logger, context.Exception);
}
if (wrapResultAttribute.WrapOnError)
{
HandleAndWrapException(context);
}
}
}
Replacing may be a bit tricky. You can try #641 (comment) or this answer.
Delete all your bin and obj folders after you clean the solution.
Clean the solution. What is your Visual Studio version?
Clean the solution.
The answer is right there:
Remove PackageTargetFallback(deprecated) references from the project environment.
When you add a column, it's no longer the original OrganizationUnit.