cow
cow
CC#
Created by cow on 4/30/2024 in #help
Prepend string to git commit messages via VS2022 git interface?
What kinda things are you doing with git hooks? I didn't know they existed until today, very curious to know what useful things other people are doing with them
18 replies
CC#
Created by cow on 4/30/2024 in #help
Prepend string to git commit messages via VS2022 git interface?
18 replies
CC#
Created by cow on 4/30/2024 in #help
Prepend string to git commit messages via VS2022 git interface?
cool as, it works through Visual Studio
18 replies
CC#
Created by cow on 4/30/2024 in #help
Prepend string to git commit messages via VS2022 git interface?
i'll give it a try though
18 replies
CC#
Created by cow on 4/30/2024 in #help
Prepend string to git commit messages via VS2022 git interface?
oh i see, maybe the things i was reading were old, but they said it fails if you commit via VS
18 replies
CC#
Created by cow on 4/22/2024 in #help
✅ How to Deserialize dd-MM-yyyy in System.Text.Json?
Newtonsoft used to auto convert dates which was nice
41 replies
CC#
Created by cow on 4/22/2024 in #help
✅ How to Deserialize dd-MM-yyyy in System.Text.Json?
its an angular app, im just having a look through to see if i can anyone has configured some custom dateformatters or somethign
41 replies
CC#
Created by cow on 4/22/2024 in #help
✅ How to Deserialize dd-MM-yyyy in System.Text.Json?
im not sure why but always whenever i get a dd-MM-yyyy formatted date it's from a safari user
41 replies
CC#
Created by cow on 4/22/2024 in #help
✅ How to Deserialize dd-MM-yyyy in System.Text.Json?
not for Safari 😅
41 replies
CC#
Created by cow on 4/22/2024 in #help
✅ How to Deserialize dd-MM-yyyy in System.Text.Json?
its just <input type="Date"> using whatever format the OS/Browser gives.... so dependent on the client OS's local datetime settings I guess
41 replies
CC#
Created by cow on 4/22/2024 in #help
✅ How to Deserialize dd-MM-yyyy in System.Text.Json?
i'll look at the custom converter, thanks
41 replies
CC#
Created by cow on 4/22/2024 in #help
✅ How to Deserialize dd-MM-yyyy in System.Text.Json?
no it needs to be the role of the Server to accept both date formats, as the client side can be anyone from any country
41 replies
CC#
Created by cow on 3/15/2024 in #help
Possible to F12 into C# source?
oh yep already ticked for me
60 replies
CC#
Created by cow on 3/15/2024 in #help
Possible to F12 into C# source?
anyway, half way there, thanks very much 🙂
60 replies
CC#
Created by cow on 3/15/2024 in #help
Possible to F12 into C# source?
yeah might have to
60 replies
CC#
Created by cow on 3/15/2024 in #help
Possible to F12 into C# source?
so i have to actively debug and step into it
60 replies
CC#
Created by cow on 3/15/2024 in #help
Possible to F12 into C# source?
but if i just hit f12 on TryParse it still just shows the comments, not the source
60 replies
CC#
Created by cow on 3/15/2024 in #help
Possible to F12 into C# source?
ok so I set a breakpoint at a TryParse, and I can step inside and see TryParse source and step through it which is cool and good progress
60 replies
CC#
Created by cow on 3/15/2024 in #help
Possible to F12 into C# source?
hopefully it will work once it's done 👍
60 replies
CC#
Created by cow on 3/15/2024 in #help
Possible to F12 into C# source?
ok yeah its spending a long time loading symbols now
60 replies