halex2005

Results 13 comments of halex2005

@hallatore, there is [nuget package](https://www.nuget.org/packages/System.Ben/), of cource

It is because of absolute positioning of sidenav. We need to change markup of legacy docs. Can we do so?

@rprouse, I think it is possible to automatically extract text from old docs to markdown and then generate html using jekyll. Then we can use one markup for all the...

@wmmihaa , thanks for code! Just need to process corner-case of decrypting empty string. So, instead of ``` while (comparisonBytes[nullIndex] == (byte)0) nullIndex--; ``` in `Decrypt` method we should check...

I just found that [NUnit3TestAdapter v3.8.0-alpha1](https://www.nuget.org/packages/NUnit3TestAdapter/3.8.0-alpha1) do the job: it is possible now to run the tests using `dotnet test` command. We just need to have these dependencies in your...

@ChrisMaddock, what is your scenario? Would you like to create full .NET Framework projects from command line or directly from Visual Studio? If you'd like to create full .NET Framework...

@OsirisTerje, that's one https://github.com/nunit/nunit3-vs-adapter/pull/418 I have settled CI tests for templates and without fix they are red.

I found similar project [AspNetCoreTemplatePack](https://github.com/madskristensen/AspNetCoreTemplatePack/tree/master/src). It uses same template engine and have Visual Studio extension. I'll try to create such an extension for nunit when I'll have more spare time....

Hi! No, I didn't encounter similar problems before. I googled for CVT1100 error and found [this link useful](https://msdn.microsoft.com/en-US/library/3k67zd6z.aspx). It stated that you have duplicated resource (type:type, name:name, language:language, flags:flags, size:size)....

Shown CMakeLists.txt looks fine. But where is definition of second dll which you try to compile? What does "../../CMakeLists.txt" file contains ? Not enough information for me.