Optimum
Optimum
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
IDK if asp.net bundler does this
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
for specific versions etc
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
sp npm can be the package manager
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
npm grunt
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
I personally use my own grunt file for bundling js
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
That's a choice you'll need to make
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
so, 1 page can have it's own bundle
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
but can be used for specific paths in ur pages
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
bundle javascript together
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
It's like grunt
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
.NET uses something similar
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
That's completely your choice, i'd personally do that, but u can utilize ASP.NET js bundlers
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
i've not soon that
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
unless it is
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
it's not really the scope of nuget in general to manage 3rd party js libs
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
What is the correct way of including 3rd-party JavaScript libraries?
Javascript Bundlers, likely?
36 replies
CC#
Created by Turn2Jesus2 on 4/17/2025 in #help
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
I think regardless, there may be packages not compatible with .NET in general, there will always be a bit of work going from 4.8 > .NET if it's a larger project
36 replies
CC#
Created by zed on 4/17/2025 in #help
✅ StreamReader returns empty string on valid file stream
It's solved now
57 replies
CC#
Created by zed on 4/17/2025 in #help
✅ StreamReader returns empty string on valid file stream
Read only stream 😄
57 replies
CC#
Created by zed on 4/17/2025 in #help
✅ StreamReader returns empty string on valid file stream
Why can't u read, offload the bytes and close
57 replies