Bill Hally
Bill Hally
If there are 1 or more Storage Blobs, running "pulumi up" after running "pulumi refresh" will crash
Running `pulumi refresh` against a deployment which contains an `Azure.Storage.Blob` resource corrupts Pulumi's stored state, causing later runs of `pulumi up` to crash. ## Steps to reproduce 1. Create a...
Resolves issue #81
### Description FsXaml will sometimes fail to report the real problem with a XAML file, instead reporting: ``` System.Xaml.XamlObjectWriterException: XAML Node Stream: Missing CurrentObject before EndObject. ``` ### Repro steps...
If you create a generic type which takes a measure type parameter, but forget to add the `Measure` attribute when extending the type, the compiler crashes with an internal error....