Dmitry Sikorsky
Dmitry Sikorsky
Hm, I think it might be related to something like https://github.com/ExtCore/ExtCore/blob/master/src/ExtCore.Mvc/MvcExtension.cs#L122 Maybe a.GetName().Name returns 'WebApplication.ExtensionA' so resources will have default namespace 'WebApplication.ExtensionA', not 'Something.ExtensionA', but I'm not sure so far.
I have explored this issue and found that when you set outputName to any value your embedded resources still have original names (prefix = project name). So in this case...
Problem is that assembly may have only resources, without any classes. So still don't know how to fix. Maybe we should ask on asp.net core project.
Yes, there will be a conflict if we have the same view with the same location in the different extensions. And I think it is normal, because the point is...
Agree with @mwgriffiths88. I will be happy to know how to fix the issue (not workaround).
> You can play with ObjectSettings.LoadSettings.ZoomFactor setting That worked for me (1.25).
Same for me. `await Geolocator.requestPermission()` shows dialog, but even if I allow, then I have denied exception.
I have it too, 3.10.2.
Hi Hakob, yes, you are right, there is no limits on entity level, but you still can use MaxLength data annotation attribute to validate text length on server side. If...
The same. After update to Flutter 3.16 FCM on web stopped working. I have the following error: ``` Uncaught (in promise) Error: AbortError: Failed to execute 'subscribe' on 'PushManager': Subscription...