SamProf / BlazorFiddle.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirect from Facebook will cause build failed

doggy8088 opened this issue · comments

Every link clicked on the Facebook will be tracked by a fbclid query string. So when the link look like this:

https://blazorfiddle.com/?fbclid=IwAR1Y4uJoUOeHwIrjfTAZEAjSo7EeuO1Mlzcl5LBLymcOVuC6uWukkddY7TI

It will build failed:

Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

  Restore completed in 422.4 ms for /BlazorFiddleProject/BlazorFiddleProject.csproj.
RAZORGENERATE : error RZ10011: Component 'bclid' starts with a lowercase character. Component names cannot start with a lowercase character. [/BlazorFiddleProject/BlazorFiddleProject.csproj]


Build failed

I have tell people to delete the component "bclid" which is being generated, because of this issue, or copy paste the URL :(
Annotation 2020-06-20 050619