Anu6is
Anu6is
CC#
Created by Grault on 11/15/2024 in #help
Blazor WASM: Injecting a service
22 replies
CC#
Created by Grault on 11/15/2024 in #help
Blazor WASM: Injecting a service
was just gonna go to the docs
22 replies
CC#
Created by Grault on 11/15/2024 in #help
Blazor WASM: Injecting a service
ah
22 replies
CC#
Created by Grault on 11/15/2024 in #help
Blazor WASM: Injecting a service
don't believe so
22 replies
CC#
Created by Grault on 11/15/2024 in #help
Blazor WASM: Injecting a service
@rendermode @(new InteractiveWebassembly(prerender: false))
22 replies
CC#
Created by Grault on 11/15/2024 in #help
Blazor WASM: Injecting a service
where you define the mode currently
22 replies
CC#
Created by Grault on 11/15/2024 in #help
Blazor WASM: Injecting a service
false being prerender
22 replies
CC#
Created by Grault on 11/15/2024 in #help
Blazor WASM: Injecting a service
you can disable with something like new InteractiveWebassembly(false)
22 replies
CC#
Created by Grault on 11/15/2024 in #help
Blazor WASM: Injecting a service
all modes are still prerendered
22 replies
CC#
Created by Grault on 11/15/2024 in #help
Blazor WASM: Injecting a service
no
22 replies
CC#
Created by Grault on 11/15/2024 in #help
Blazor WASM: Injecting a service
possibly pre-rendering
22 replies
CC#
Created by Ramsey on 7/8/2024 in #help
✅ did i install a malware?
That's not possible. The token gives you access to the bot account... The application on discord. But it doesn't give you access to the code they use the token with.
80 replies
CC#
Created by Dongle on 6/17/2024 in #help
Avoid reserializing entire JSON?
Imo the user should either use standard json format or you shouldn't present the data to them in json format at all (of course that depends on context and json might make sense. Supporting custom formatting still doesn't seem worth it)
21 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
cyber security doesn't work? 😕
45 replies
CC#
Created by TrustyTea on 4/25/2024 in #help
Blazor Project Hierarchy
as long as you are using Microsoft Identity, you cannot have interactive components in your login pages. You can style the pages just like the rest of your app but the only option you have for interactivity would be using Edit Forms or javascript https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#area-folder-of-static-ssr-components Auto simply switches between server side rendering and client side rendering, your account pages will still use server side rendering
5 replies
CC#
Created by TrustyTea on 4/24/2024 in #help
Blazor Problems with Layouts
this isn't related to Layouts. It has to do with Blazor render modes. The account pages are Static Server Side Rendered pages... static meaning, non-interactive. That's why your dark mode toggle/button and app drawer don't work, because they require interactivity
3 replies
CC#
Created by Rhys on 4/22/2024 in #help
Discord.net help - Trying to access a users roles
gg
84 replies
CC#
Created by Rhys on 4/22/2024 in #help
Discord.net help - Trying to access a users roles
🚶‍♂️
84 replies
CC#
Created by Rhys on 4/22/2024 in #help
Discord.net help - Trying to access a users roles
what does roles show
84 replies
CC#
Created by Rhys on 4/22/2024 in #help
Discord.net help - Trying to access a users roles
var roles = user.Roles.ToArray();
84 replies