Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class XamariniOSTemplate : ITemplatedProject {
internal static readonly string TestingFrameworksKey = "%TESTING FRAMEWORKS%";

// resource related static vars used to copy the embedded src to the hd
static string srcResourcePrefix = "Xharness.TestImporter.Templates.Managed.Resources.src.";
static string srcResourcePrefix = "Microsoft.DotNet.XHarness.iOS.Shared.TestImporter.Templates.Managed.Resources.src.";

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could also probably be resolved through reflection

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enhancement I want to add :)

static string registerTemplateResourceName = "RegisterType.cs";
static string [] [] srcDirectories = new [] {
new [] { "common", },
Expand Down