Jonathan Lydall
Jonathan Lydall
As at version 4.4.1 the code below from [here](https://github.com/megahertz/electron-log/blob/master/src/electronApi.js#L54) causes a warning stating `(electron) The remote module is deprecated. Use https://github.com/electron/remote instead` to appear in the renderer's dev tools console:...
When an app.config file is in a subfolder, its transformed content is not copied to the output directory, however, files with a name other than app.config (EG: Other.config) are. ####...
Of the options offered by Azure Key Vault (below), what is supported by AzureSignTool? Additionally, if anyone has suggestions on what is likely the most practical to use considering security...
When you put a stereotype on the generalization end like so:  The API does not expose this, it only has an `IClass` property, for the parentclass and nothing more...
https://github.com/IntentSoftware/IntentArchitect/blob/5f2bc2ac327f68ac87a407612c5e3118d2a0e137/Modules/Intent.Modules.ModuleBuilder/Templates/RoslynProjectItemTemplatePartial/RoslynProjectItemTemplatePartialTemplate.tt#L34 The line referenced above is causing the following error when running the SF: ``` System.MissingMethodException: Method not found: 'Void Intent.Modules.Common.Templates.IntentRoslynProjectItemTemplateBase`1.AddTypeSource(System.String, System.String)'. ``` It seems the latest published NuGet package...
```suggestion Enter `MyCompany.MyModule.Templates.StartupTemplate.IStartupTemplateContract` in the `Implements Decorator Contract`'s `Type Fullname` field. ``` Side note, could we change the module builder stereotype to make this a drop down with templates in...
Have these values overridable rather than always generated by convention.
The NuGet installer chokes on the following .csproj file while VS 2019 doesn't mind. ```xml netstandard2.0 ``` The error thrown is: ``` System.ArgumentException: '1.0.2.0' is not a valid version string....
