dmv.community is one of the many independent Mastodon servers you can use to participate in the fediverse.
A small regional Mastodon instance for those in the DC, Maryland, and Virginia areas. Local news, commentary, and conversation.

Administered by:

Server stats:

163
active users

#dotnet

146 posts87 participants22 posts today
Replied in thread

@wiezy_kwri @khalidabuhakmeh this was close to the answer.

I was overloading it. #dotnet 9 added a bunch of extra compression and tagging of static assets for web apps. I have a prebuild step that compiles TS to JS, it wasn't cleaning the output folder. Ended up with 300k JS files. Got that down to 2k, and the build is long, but reasonable (< 10 min).

In #Windows I am trying to recreate how for example Windows Explorer "Copy as path" will return a short (8.3) path for a very long path incl. on a network drive. Using #dotnet #charp I have tried using Win32 GetShortPathName but this does not work, what other ways are there?