search for: nuget

Displaying 9 results from an estimated 9 matches for "nuget".

Did you mean: nugget
2014 Jun 10
0
Use Opus codec within Windows Runtime
Hi guys, I have an idea to use Opus in my Windows Store and Windows Phone apps. Also it would be nice to make it more wide-spread by creating a Windows Runtime component and NuGet package or Extension SDK. With Windows Runtime Component it will be possible to use it in Windows Store and Windows Phone apps regardless of the language the app is written with. And with NuGet or Extension SDK it will be extremely simple to include it into an app. Could someone help me with...
2020 Apr 09
3
Upgrading LLVM's minimum required CMake version
...`ninja check-all` to > pass on > -DLLVM_ENABLE_PROJECTS=llvm;mlir;clang;lld;clang-tools-extra;compiler-rt;lldb. > There are many manuals steps, and often things that you forget > (GnuWin32 FTW). On Ubuntu it is a bit easier, but still lots of trial > and error. > > We use NuGet > <https://docs.microsoft.com/en-us/nuget/install-nuget-client-tools> > packages in our build system and for our developers, to ensure they > always have the right setup. Our games always build and use the > toolings from the .nugets, not the default installations on the >...
2020 Apr 09
2
Upgrading LLVM's minimum required CMake version
...VM on Windows on a cloud VM if you want `ninja check-all` to pass on -DLLVM_ENABLE_PROJECTS=llvm;mlir;clang;lld;clang-tools-extra;compiler-rt;lldb. There are many manuals steps, and often things that you forget (GnuWin32 FTW). On Ubuntu it is a bit easier, but still lots of trial and error. We use NuGet<https://docs.microsoft.com/en-us/nuget/install-nuget-client-tools> packages in our build system and for our developers, to ensure they always have the right setup. Our games always build and use the toolings from the .nugets, not the default installations on the machine. This guarantees unive...
2020 Apr 09
3
Upgrading LLVM's minimum required CMake version
I agree that’s valuable, but then it’s also important to pin down exactly what a “modern OS” is, and which ones we should keep in mind when we’re considering e.g. which CMake versions are feasible. (The same applies even more so to toolchain requirements, of course.) From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Reid Kleckner via llvm-dev <llvm-dev at
2020 Aug 29
2
PBKDF2 password hashing as in ASP.NET Core
...39;t suitable either. bcrypt has been recommended often [1]. PBKDF2 was preferred over bcrypt even more [2]. I'm managing all database contents with an ASP.NET Core application that implements the management user frontend. It's a bit hard to find bcrypt support for .NET (there are a few NuGet packages of unknown quality [3]). .NET does however implement, use and recommend PBKDF2 for its own user management. If this is by far the best way to go, I'm already covered on that side. Now the problem is, once again*, how I can use this in applications to make them as secure. I need a...
2018 Nov 29
7
Errors in configuration for LLVM with CMake GUI
I probably need GCC for Git bash. And the one I have is MinGW's GCC, which is the one for Windows. I don't know why CMake is trying to find Linux headers. Hopefully someone who knows better what to do will weigh in here. @Jonathan Goodwin<mailto:jondgoodwin at gmail.com> , are you sure you didn't have to tell it where the header files for Windows are? If I need to specify
2020 Aug 30
0
PBKDF2 password hashing as in ASP.NET Core
.... bcrypt has been recommended often [1]. > PBKDF2 was preferred over bcrypt even more [2]. I'm managing all > database contents with an ASP.NET Core application that implements the > management user frontend. It's a bit hard to find bcrypt support for > .NET (there are a few NuGet packages of unknown quality [3]). > > .NET does however implement, use and recommend PBKDF2 for its own user > management. If this is by far the best way to go, I'm already covered on > that side. Now the problem is, once again*, how I can use this in > applications to make t...
2018 Nov 29
3
Errors in configuration for LLVM with CMake GUI
...I need in the context menu that > comes up, since SVN is integrated into my context menus too. But I don't > know what .exe file it's using. And because of that I don't know what path > I need to give to it so it can find it. > > For some reason, it's trying to find Nuget as well. I'll try to find path > to it and put it there. > ------------------------------ > *From:* Osman Zakir <osmanzakir90 at hotmail.com> > *Sent:* Thursday, November 29, 2018 8:43 PM > *To:* llvm-dev at lists.llvm.org; Jonathan Goodwin > > *Subject:* Re: [llvm-d...
2018 Nov 29
2
Errors in configuration for LLVM with CMake GUI
...d then clicking on what I need in the context menu that comes up, since SVN is integrated into my context menus too. But I don't know what .exe file it's using. And because of that I don't know what path I need to give to it so it can find it. For some reason, it's trying to find Nuget as well. I'll try to find path to it and put it there. ________________________________ From: Osman Zakir <osmanzakir90 at hotmail.com<mailto:osmanzakir90 at hotmail.com>> Sent: Thursday, November 29, 2018 8:43 PM To: llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org&...