Lev Lehn

Results 17 comments of Lev Lehn

Ok my report was like the worst report ever, no details :D I'm using nuget 3.4.4.1321 When I do this: `nuget install System.Runtime` here's the output of nuget: ``` Feeds...

I was using nuget 2.8. It worked when using directly the 2nd server. Today I tried with nuget 3.4.4. Here nothing works at all :(

The cause of the problem was something else, in case of one server. I have an apache as reverse proxy with SSL, and my settings did not translate the http://...

I think we need to reopen this. So the scenario is still the same, klondike mirroring klondike A is mirroing B: on A: ``` GET https://nuget.kardex.com/api/odata/FindPackagesById()?id=%27My.Package%27 ``` gives this response:...

[msbuild.zip](https://github.com/dotnet/cli/files/2194905/msbuild.zip) Here's the binlog with failure. So far the problem seems to occur only with Integration.Kardex.csproj, but with different files (In the attached log it is Integration.Kardex.csprojAssemblyReference.cache). On CI machine...

I guess I'll be going back to having one project collecting all the dependencies and copying them to common folder. Why oh why is msbuild so dumb about these things?

Thanks for suggestions! Is there somewhere this unreleased version? I could try that to see if I can get better logs for you to find the cause. And I may...

@rainersigwald the problem started appearing during normal build when specifying `-f netcoreapp2.1` So just `dotnet build -f netcoreapp2.1` sometimes (1 out of 5-10 times) fails. No publish involved. 2 Logs...

LibLogs perf is catastrophic, at least when used with Serilog. Its spending 90% of time in reflection (resharper profiling tells that), compiling lambdas. LibLog may be an ok case for...