Aaron
Aaron
After following the workflow integration in the README, when running weback I get the following error: ``` ERROR in ./src/icons/close.svg Module build failed: TypeError: Cannot read property 'addIcon' of undefined...
When using the tool with a project that has nuget dependencies from sources other than `https://api.nuget.org` you get the following error: ``` Unhandled Exception: System.AggregateException: One or more errors occurred....
I'm trying to create a bucket with versioning enabled. I've followed Google Cloud documentation [here](https://cloud.google.com/storage/docs/samples/storage-enable-versioning#storage_enable_versioning-csharp), with the addition of creating the bucket, my code looks like the following: ```csharp public...