c# - Supported API test error in WACK tools for windows 10 wup app -


i developed wup app after testing wack tools given result supported api test failed. following message

•error found: supported apis test detected following errors:◦api getconsoleoutputcp in api-ms-win-core-console-l1-1-0.dll not supported application type. notnul.dll calls api. ◦api getstdhandle in api-ms-win-core-processenvironment-l1-1-0.dll not supported application type. notnul.dll calls api.

i als got following warning in output

c:\program files\msbuild\microsoft.netnative\arm\ilc\ilcinternals.targets(886,5): warning : unresolved p/invoke method 'setconsoletextattribute!api-ms-win-core-console-l2-1-0.dll' in assembly 'system.console, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' because not available in uwp applications. please either use api , or use [dllimport(exactspelling=true) indicate understand implications of using non-uwp application apis. 1>c:\program files\msbuild\microsoft.netnative\arm\ilc\ilcinternals.targets(886,5): warning : unresolved p/invoke method 'getconsolescreenbufferinfo!api-ms-win-core-console-l2-1-0.dll' in assembly 'system.console, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' because not available in uwp applications. please either use api , or use [dllimport(exactspelling=true) indicate understand implications of using non-uwp application apis.

how resolve issue.i unable find using api's in code.thank in advance.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -