Introduction to the new Azure Portal

.NET is going through some monumental changes! It is often difficult to even begin to think about how to port our particular code to the various flavors of .NET. In this video Taylor Southwick and Connie Yau spend some time discussing a great tool that will definitely help in this difficult process. I was impressed with how easy it was to ascertain trouble spots that might cause issues when attempting to port libraries over to a more lightweight portable profile. Would love your comments!
will the ApiPort (.NET Portability Analyzer: https://github.com/Microsoft/dotnet-apiport) be included in the cli, or be exposed as a tool/command we can use with the cli? E.g.: dotnet analyze <..>
@LeRenard242: That's a great suggestion!
I think for now we're trying to keep the dotnet command pristine and avoid letting it become too much of a dumping ground. However, I don't see why this wouldn't work in the future. AFAIK, if API port is named dotnet-analyze and in the path, dotnet analyze should work (similar to how git works).
@terrajobst:cool, thx for that tip, interesting to try it out once the tools hit rtm!
I'm 30 seconds in, and already excited. Thank you for bringing this tool to market. As a Silverlight and WPF dev, this is critical to understand where my apps need to change, and what sort of work is involved. Of particular interest is UWP for Windows 10 IoT on Raspberry Pi 2, and Xamarin.
Great video and tools! So, two questions having now watched the whole thing:
@dcuccia:Sorry for the delay. I was confused which two of the three questions I should answer (6)
1. Yes, we're playing around with the idea of provide an analyzer.
2. That's an interesting suggestion.
3. Are you asking whether our suggestion engine could be extended to incorporate non-platform libraries? We've talked about this recently and came to the conclusion that it should be possible as our engine used string-based IDs to refer to APIs.
These are all excellent ideas. I suggest you file issues on GitHub so we can talk about them there in more detail!
Super Awesome tool guys. Keep up the good work.
Please help with this error:
Microsoft (R) .NET Portability Analyzer 1.0.0.0 (alpha)
Copyright (C) Microsoft Corporation. All rights reserved.
More information is available at https://go.microsoft.com/fwlink/?LinkId=506955
An unknown error occured.
System.IO.FileNotFoundException: No se puede cargar el archivo o ensamblado 'System.Collections.Immutable, Version=1.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado.
File name: 'System.Collections.Immutable, Version=1.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at ApiPortVS.Analyze.ApiPortVsAnalyzer.<GetApiPortOptions>d__8.MoveNext()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
at ApiPortVS.Analyze.ApiPortVsAnalyzer.GetApiPortOptions(IEnumerable`1 assemblyPaths, IEnumerable`1 formats, String reportFileName)
at ApiPortVS.Analyze.ApiPortVsAnalyzer.<WriteAnalysisReportsAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at ApiPortVS.Analyze.ProjectAnalyzer.<AnalyzeProjectAsync>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ApiPortVS.AnalyzeMenu.<AnalyzeProjectsAsync>d__6.MoveNext()
This is fantastic. Where do we need to put a request for getting the Visual Studio extension for Mac ?
Hi,
Fantastic tool , but can there be more than only one type of report like inventory report or Technology Report which we get from various transformation tools in J2EE ecosystem?? stupid Question , but had to ask..