Boris Drajer

Results 2 issues of Boris Drajer

Shouldn't the Dependency attribute here state the full namespace of the class? It doesn't compile otherwise in my case... Instead of this: [assembly: Dependency(typeof(DeviceOrientationService))] namespace DependencyServiceDemos.iOS { public class DeviceOrientationService...

xamarin/prod
xamarin-forms/tech
Pri2

I've upgraded from NHibernate 4.1 to 5.3 and soft obsoletes are starting to become a problem. For example, a line in my code like if (obj is IProxy) doesn't work...