Description
My companies house style is to name projects like so: Company.Projectname.ProjectType, This means I am creating a project called "mycompany.myapp.app" When this creates, the namespaces are not correctly implemented:
This should created the namespace mycompany.myapp.app, however in the iOS / droid project, it will create mycompany_myapp.app as the namespace. This means a blank project won't build & I can't seem to rename everything to correct this issue.
Version Info
dotnet --info
.NET Command Line Tools (2.1.4)
Product Information:
Version: 2.1.4
Commit SHA-1 hash: 5e8add2190
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.13
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/2.1.4/
Microsoft .NET Core Shared Framework Host
Version : 2.0.5
Build : 17373eb129b3b05aa18ece963f8795d65ef8ea54
Project Command
I installed prism templates for VS mac, and created a new solution.
Description
My companies house style is to name projects like so: Company.Projectname.ProjectType, This means I am creating a project called "mycompany.myapp.app" When this creates, the namespaces are not correctly implemented:
This should created the namespace
mycompany.myapp.app, however in the iOS / droid project, it will createmycompany_myapp.appas the namespace. This means a blank project won't build & I can't seem to rename everything to correct this issue.Version Info
Project Command
I installed prism templates for VS mac, and created a new solution.