aa55h
Explore posts from serversMono.Cecil TypeReference modifies TypeDefinition
But it returns TypeReference and not TypeDefinition, so i would expect to change only this reference to the class(the code it modifies is:
Creator.DoSmth()
)
I thought it would only swap the Creator for NamedCreator and not rename the class itself8 replies
Mono.Cecil TypeReference modifies TypeDefinition
before the modification: > Assembly.MainModule.Types:
{Mono.Cecil.TypeDefinition[5]}
[0]: {<Module>}
[1]: {Microsoft.CodeAnalysis.EmbeddedAttribute}
[2]: {System.Runtime.CompilerServices.RefSafetyRulesAttribute}
[3]: {Hello.Creator}
[4]: {Hello.Program}
after:
{Mono.Cecil.TypeDefinition[5]}
[0]: {<Module>}
[1]: {Microsoft.CodeAnalysis.EmbeddedAttribute}
[2]: {System.Runtime.CompilerServices.RefSafetyRulesAttribute}
[3]: {Hello.NamedCreator}
[4]: {Hello.Program}
8 replies
PPrisma
•Created by aa55h on 8/28/2024 in #help-and-questions
Prism generate fails on VPS but not locally
7 replies
PPrisma
•Created by aa55h on 8/28/2024 in #help-and-questions
Prism generate fails on VPS but not locally
but bunx prisma debug will display output
7 replies
PPrisma
•Created by aa55h on 8/28/2024 in #help-and-questions
Prism generate fails on VPS but not locally
7 replies
PPrisma
•Created by aa55h on 8/28/2024 in #help-and-questions
Prism generate fails on VPS but not locally
yeah im trying it in docker interactive shell
7 replies
PPrisma
•Created by aa55h on 8/28/2024 in #help-and-questions
Prism generate fails on VPS but not locally
basically im trying to deploy it
7 replies
PPrisma
•Created by aa55h on 8/22/2024 in #help-and-questions
prisma db push doesnt update the database
Hi! That would've worked if my tokens and other secrets weren't stored inside
.env.local
which doesnt seems like its loaded without using --bun
, I think this is a bun issue, because changing .env.local -> .env
and not using the --bun
flag resolved the issue5 replies
PPrisma
•Created by aa55h on 8/22/2024 in #help-and-questions
prisma db push doesnt update the database
\dt
didnt find any relatiopns either5 replies