mg
mg
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
indicating invalid C#
29 replies
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
any red squiggly lines or errors that come up when you try to build/run the project are compiler errors
29 replies
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
by "valid" i mean C# code that compiles
29 replies
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
well, don't put the word public in a method body, for one
29 replies
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
no, you need the brackets
29 replies
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
that's basically what you're doing to the IDE (the application you're writing code in). it's built to pair up those brackets based on valid C#. you're giving it invalid C#. it doesn't know what to do
29 replies
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
and you talk to it in chinese
29 replies
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
imagine you have an app that can take in an english sentence and sort it into nouns and verbs
29 replies
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
if the issue is confusing output from the IDE when you write invalid C# code, just, don't write invalid C# code
29 replies
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
why do you have an access modifier in a method body
29 replies
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
not sure what you're trying to do
29 replies
CC#
Created by TJ3046 on 4/17/2025 in #help
[SOLVED] Accessing HttpOnly Cookies during Prerendering
godspeed
27 replies
CC#
Created by TJ3046 on 4/17/2025 in #help
[SOLVED] Accessing HttpOnly Cookies during Prerendering
with TS it's not so bad
27 replies
CC#
Created by TJ3046 on 4/17/2025 in #help
[SOLVED] Accessing HttpOnly Cookies during Prerendering
yeahhhh, i ended up abandoning blazor for a react + web api combo
27 replies
CC#
Created by TJ3046 on 4/17/2025 in #help
[SOLVED] Accessing HttpOnly Cookies during Prerendering
not sure unfortunately
27 replies
CC#
Created by TJ3046 on 4/17/2025 in #help
[SOLVED] Accessing HttpOnly Cookies during Prerendering
yeah
27 replies
CC#
Created by TJ3046 on 4/17/2025 in #help
[SOLVED] Accessing HttpOnly Cookies during Prerendering
if you check f12 is the cookie present in the API request?
27 replies
CC#
Created by TJ3046 on 4/17/2025 in #help
[SOLVED] Accessing HttpOnly Cookies during Prerendering
oh this is in the endpoint
27 replies
CC#
Created by TJ3046 on 4/17/2025 in #help
[SOLVED] Accessing HttpOnly Cookies during Prerendering
as for your question, i haven't used blazor wasm, but there are a couple possibilities 1. how are you obtaining the HttpContext 2. is the cookie on the same origin as the server serving the blazor application?
27 replies
CC#
Created by TJ3046 on 4/17/2025 in #help
[SOLVED] Accessing HttpOnly Cookies during Prerendering
i'd just ignore them. pretty sure they're just here to get recruited
27 replies