visual studio - Xamarin Sport App - Unknown Identifier -
i looking @ sample application sports leagues found here: https://github.com/xamarin/sport
i put breakpoint here:
but when hover/do quick watch on athleteid and/or registraitoncomplete, get
unknown identifier: settings
the thing is, can step settings know can find – heck shouldn’t compile without it…
no answers yet, here solution still looking for
settings static class, somehow visual studio(xamarin) not recognize static class actual path , namespace not match. so, access settings namespace below, need use sport.mobile.shared.settings.
namespace sport.mobile.shared { public static class settings
this applies static class use in project.
Comments
Post a Comment