Alex Dubov

Results 97 comments of Alex Dubov

Thank you, I will try that. This setup is rather not obvious. :-)

Yes, it works for me now. Don't you think this point should at least be mentioned in the docs? Right now the docs merely say: > The .ipa file and...

I would like to second this: key prefix for s3 stored items is very useful.

This is pretty important. In this time and age global loggers are badly insufficient, and built in global loggers even more so. Moreover, it appears that the library is "scoped...

Most languages are roughly the same when compilation is concerned. For example, this clearly works: 1. `dotnet --info` to get the active framework path 2. `dotnet /Roslyn/bincore/csc.dll` to invoke the...

To elaborate a bit more: when building in all sorts of constrained environments, simply assuming something can be downloaded as needed is not an option. On the other hand: 1....

The problem with blazor (as described in another issue thread) is tight integration of blazor code generator with msbuild. I have opened an issue regarding decoupling those: code generator, after...

This one: #260 :-)

https://github.com/dotnet/aspnetcore/issues/35180 My attempt at getting some docs.

Regarding the msbuild/csc issue: things likes ASP.NET/Blazor are critical part of modern dotnet ecosystem. Those rely on special code generators invoked by msbuild via custom built-in rules. Moreover, there are...