andrew-vdb
andrew-vdb
Anyone have sample using vue-router with script setup, vite? No matter what I do, it does not seems to work 
when i try to import RouterView ``` import { useRouter, createRouter, createWebHistory, createWebHashHistory, RouterView } from "vue-router"; ```  
when i call this ``` import router from '@/router' ```  already updated vite.config.js
@fullmooooon thanks, you save my day, i completely forgot **main.js** exists in vite The vue-router code must be written in **main.js, not App.vue** I don't use from '@router' ``` import...
@gathogojr 1. k6 is stress test tool, see https://k6.io/ k6 --vus 250 --duration 3m means run stress test with 250 virtual users for 3 minutes the k6 script simply http...
@habbes I used version 8.x It is difficult to produce visual studio profiler report, it is barely working.... Just curious, why do we need to do fancy thing during serialization?
@habbes yes, the code is from this repo ``` public class EnableQueryAsyncAttribute : EnableQueryAttribute { private static readonly MethodInfo ReadInternalMethod = typeof(EnableQueryAsyncAttribute).GetMethods(BindingFlags.Static | BindingFlags.NonPublic) .Where(method => method.Name == nameof(EnableQueryAsyncAttribute.ReadInternal)) .Single();...
Yes, changing signature feels like a bit overkill The main point is there is no exception 400 is also valid successful response as the server successfully responding the client Exception...
Another argument is that calling this method is fully optional to the caller ``` EnsureSuccessStatusCode ```
Give us crystal clear answer if mvc will support aot or not