xUnit test Uwp project get 'Unsupported MRT profile type' exception -


i trying test uwp project xunit.
on create instance of windows.applicationmodel.resources.resourceloader(), exception: unsupported mrt profile type. (exception hresult: 0x80073b20)
example method test:

public int sum(int a, int b) {     var loader = new windows.applicationmodel.resources.resourceloader();     return + b; } 

with mstest test passed.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -