Daniel Plaisted

Results 190 comments of Daniel Plaisted

The references are supposed to be different. That's how bait and switch works. -----Original Message----- From: "Paul M Cohen" [email protected] Sent: ‎12/‎20/‎2015 6:33 PM To: "dsplaisted/PCLStorage" [email protected] Cc: "Daniel Plaisted"...

Try seeking to the end of the stream before writing to it.

Here are the details that I found in my investigation: https://github.com/dotnet/templating/issues/7946#issuecomment-2108853692

I was able to repro this and looked at the binlog. It looks like the `AssignProjectConfiguration` task is reading the dependency data from the solution and adding a project reference,...

> [@dsplaisted](https://github.com/dsplaisted) Wow! Thank you! This is cool and I did not know about that. Indeed the `classlib` template we use has this, I have tested. I was checking the...

Try adding an app.config file to your project. I think the issue is that without that, it won't generate binding redirects. Also, projects using Microsoft.NET.Sdk should have the auto generate...

Try adding app.config to a project in the new format. Sent from my Windows 10 phone From: Jose Sent: Monday, June 19, 2017 3:47 AM To: dotnet/sdk Cc: Daniel Plaisted;...

@tomkludy The `Microsoft.Bcl.Build` package causes problems. We created it way back when to help with things like generating binding redirects, but now that we've mostly fixed them in the product...