Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
nut
Explore posts from servers
C
C#
JCH
Java Community | Help. Code. Learn.
Posts
Comments
C
C#
•
Created by nut on 3/30/2024 in
#help
Getting all types that implement a custom attribute
thanks
14 replies
C
C#
•
Created by nut on 3/30/2024 in
#help
Getting all types that implement a custom attribute
i was just trying to simplify something that already works so its no biggie
14 replies
C
C#
•
Created by nut on 3/30/2024 in
#help
Getting all types that implement a custom attribute
thats aight
14 replies
C
C#
•
Created by nut on 3/30/2024 in
#help
Getting all types that implement a custom attribute
[
RegisterWith
(
typeof
(
MyStateMachine
)]
public class MyState : State
<
MyStateMachine
>
{}
[
RegisterWith
(
typeof
(
MyStateMachine
)]
public class MyState : State
<
MyStateMachine
>
{}
14 replies
C
C#
•
Created by nut on 3/30/2024 in
#help
Getting all types that implement a custom attribute
but i was thinking i could use an attribute to do somethingl ike
14 replies
C
C#
•
Created by nut on 3/30/2024 in
#help
Getting all types that implement a custom attribute
basically ive got a state machine and atm states need to be registered manually
14 replies
C
C#
•
Created by nut on 3/30/2024 in
#help
Getting all types that implement a custom attribute
yeah
14 replies
C
C#
•
Created by nut on 3/30/2024 in
#help
Getting all types that implement a custom attribute
cant you access the type via the attribute? idk attributes are kinda confusing for me since im more used to c/c++
14 replies
C
C#
•
Created by nut on 1/22/2024 in
#help
asp.net ssl certificate?
it came with my domain
13 replies
C
C#
•
Created by nut on 1/22/2024 in
#help
asp.net ssl certificate?
solved?
13 replies
C
C#
•
Created by nut on 1/22/2024 in
#help
asp.net ssl certificate?
so
13 replies
C
C#
•
Created by nut on 1/22/2024 in
#help
asp.net ssl certificate?
it worked
13 replies
C
C#
•
Created by nut on 1/22/2024 in
#help
asp.net ssl certificate?
i assume that Kestrel is already being used, and this just configures it
13 replies
C
C#
•
Created by nut on 1/22/2024 in
#help
asp.net ssl certificate?
i just uh, used a ConfigureKestrel call
13 replies
C
C#
•
Created by nut on 1/22/2024 in
#help
asp.net ssl certificate?
i cant find anything about configuring it to actually use that certificate
13 replies
C
C#
•
Created by nut on 1/22/2024 in
#help
asp.net ssl certificate?
13 replies
C
C#
•
Created by nut on 1/22/2024 in
#help
asp.net ssl certificate?
ive installed the certificate on my server
13 replies
C
C#
•
Created by nut on 1/22/2024 in
#help
asp.net ssl certificate?
im not using kestrel, but everything i find is about kestrel
13 replies
C
C#
•
Created by nut on 11/22/2023 in
#help
JoltPhysicsSharp access violation
that was from the helloworld example
11 replies
C
C#
•
Created by nut on 11/22/2023 in
#help
JoltPhysicsSharp access violation
hold up, i removed the using keywords and it works now
11 replies