Nacio
Nacio
CC#
Created by Nacio on 6/18/2023 in #help
❔ Saving current commit information to a file
git log -1 --pretty=%H%n%an%n®%n%cn%nÎ%n%cI%n%s > "\CurrentCommit"
fatal: invalid --pretty format: nn®cnnns
git log -1 --pretty=%H%n%an%n®%n%cn%nÎ%n%cI%n%s > "\CurrentCommit"
fatal: invalid --pretty format: nn®cnnns
12 replies
CC#
Created by Nacio on 6/18/2023 in #help
❔ Saving current commit information to a file
% escaped is %<25> afaik
12 replies
CC#
Created by Nacio on 6/18/2023 in #help
❔ Saving current commit information to a file
Escaping %
12 replies
CC#
Created by Nacio on 6/18/2023 in #help
❔ Saving current commit information to a file
Makes the path /CurrentCommit and same message
12 replies
CC#
Created by Nacio on 5/20/2023 in #help
✅ EFCore cannot map another entity
It's because I've told EF to index it at all
14 replies
CC#
Created by Nacio on 5/20/2023 in #help
✅ EFCore cannot map another entity
I guess it already knew that the foreign key should be unique? In database it is with the attribute gone <:panda_shrug:790675338367598643>
14 replies
CC#
Created by Nacio on 5/20/2023 in #help
✅ EFCore cannot map another entity
Commenting out the [Index] does solve its issues actually though
14 replies
CC#
Created by Nacio on 5/20/2023 in #help
✅ EFCore cannot map another entity
Well yes, it worked while the relation was the other way and for MySQL each NULL is different
14 replies
CC#
Created by Nacio on 5/20/2023 in #help
✅ EFCore cannot map another entity
Same exception
14 replies