Daniel Plaisted

Results 190 comments of Daniel Plaisted

Possibly related: Microsoft/MSBuild#1475 I'm not exactly sure what's going on here. I thought VS would evaluate the project with `ShouldEvaluateForDesignTime` set to true, so that all conditioned `Compile` items would...

As of the recently released version 3.3.0 of the Lego Spike App, Python programming support is available again. Any update on supporting HubOS 3 from the VS Code extension? It...

@ghuntley I think you still need to accept the invite to be a collaborator on the repo so I can mark you as an admin

@jamesmontemagno Since I'm not an expert on iOS, does this look like a good change to you?

This is a personal project of mine and isn't related to Microsoft in any official capacity. Microsoft bought Xamarin, I'd hardly say Microsoft has lost interest in Xamarin.

As a workaround, you should be able to install the latest version of Microsoft.Bcl.Build before installing PCLStorage.

I see that the fork creates a separate project which specifically targets Xamarin.Mac. [As far as I know](https://twitter.com/dsplaisted/status/677662958030356480), it's not currently possible to build a project targeting Xamarin.Mac on Windows....

To be able to produce a package with Mac support, I need a way to be able to build a library that can run on Xamarin.Mac on a Windows machine....

@Sparksteam It doesn't need to run on Windows, but I need to be able to build it on Windows. I don't own a Mac, so I can't use one to...

@Sparksteam And yes, PCL Storage is a canonical example of bait-and-switch. The NuGet package contains a portable "reference assembly" that PCLs can compile against, and then implementations compiled for each...