jsakamoto
jsakamoto
@ElderJames > Another problem was encountered when `/` was added By default, the "BlazorWasmPreRendering.Build" saves pre-rendered contents to "foo/bar/index.html" for the routed URL path "foo/bar". This is by design intentionally...
Thanks, me too! By the way, you don't have to apply Mozilla Public License 2.0 for your product, even if the `IPAddressRange` is used in that product. I translated MPL...
The CIDR range "192.168.0.0/24" means the IPv4 address range from "192.168.0.0" to "192.168.0.**255**" (not "192.168.0.**254**"). The CIDR range "192.168.0.0/24" **contains** the range "192.168.0.0-192.168.0.**254**", but these are **not equivalent**. `ToCidrString()` returns...
@bradystroud Which web browser did you use? Safari on macOS?
Sorry too late! The notification mail of this issue was stored in my spam folder! I noticed this issue just now. Please give me few days to investigate the problem...
Hi, @radderz I was succeeded in reproducing this problem, and I also found a workaround for this problem. Could you try to invoke the `BuildIndexesFromAnnotationsForSqlServer()` extension method at first? ```csharp...
@wtujvk I'm not sure about other database products, but normal `[Index]` attribute usage will work fine another database products such as MySQL, I think. Have you been tried `[Index]` attribute...
Thank you for reporting! I'm going to fix this issue, but unfortunately, I'm too busy to start debugging until next week. Please give me some time.
@dean-shanghai Could you try the latest preview version of this package? - https://www.nuget.org/packages/Toolbelt.EntityFrameworkCore.IndexAttribute/5.0.1-preview.1.0
No, it is impossible to specify the sort order (ASC/DESC) in the IndexAttributes at this time, because EntityFramework Core doesn't expose the feature of sort order control. Anyway, this issue...