Cristi
Cristi
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
i mean with mysql.data, and mysqlconnection, neither worked even though they were versions compatible with .net 8
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
but when i tried to i had really weird errors
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
because this server of mine, it's meant to be used in .net core 3.1 but i see a lot of people that put it on .net 8
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
should i just use updated references for .net 8 and i should be good?
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
and i would like to use .net 8 what should i do when switching frameworks
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
like i have this project on .net core 3.1
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
another question
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
yes it's cool
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
so i'm good now thank you
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
but i had those in my runtime folder which copes with my api
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
and to use this i had to reference a newtonsoft.json dll
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
i ve found my api has some methods to handle json like this RAGE.Util.Json.Deserialize<>()
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
weird
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
well it doesnt
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
question, i read online that system.text.json is integrated in .net core 3.1, but when i try to use it in my client, i get this
Compilation Error: Extended static script safety checks failed!

CS0234: The type or namespace name 'Json' does not exist in the namespace 'System.Text' (are you missing an assembly reference?)
-> cs_packages/ClientSide/Character/CharHandler.cs:4

CS0103: The name 'JsonSerializer' does not exist in the current context
-> cs_packages/ClientSide/Character/CharHandler.cs:40

CS0103: The name 'JsonSerializer' does not exist in the current context
-> cs_packages/ClientSide/Character/CharHandler.cs:41
Compilation Error: Extended static script safety checks failed!

CS0234: The type or namespace name 'Json' does not exist in the namespace 'System.Text' (are you missing an assembly reference?)
-> cs_packages/ClientSide/Character/CharHandler.cs:4

CS0103: The name 'JsonSerializer' does not exist in the current context
-> cs_packages/ClientSide/Character/CharHandler.cs:40

CS0103: The name 'JsonSerializer' does not exist in the current context
-> cs_packages/ClientSide/Character/CharHandler.cs:41
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
but idk if its the best solution
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
my workaround was to put all names into one string and then split it at the compiler
45 replies
CC#
Created by Cristi on 11/2/2024 in #help
Passing an array as a parameter to an event
yeah but my framework uses it idk
45 replies