Faced this problem when trying to build android using ionic2/cordova. Seems like com.android.tools.build:gradle:2.2.3 is not listed in maven.org (but is available in jcenter).
I was able to compile and run it using Android studio 2. Would still trying to find a better solution here.
*What went wrong:
A problem occurred configuring root project ''.>Couldnot resolve all dependencies for configuration ':classpath'.>Couldnot find com.android.tools.build:gradle:2.2.3.Searchedin the following locations:
file:/home/ubuntu/.m2/repository/com/android/tools/build/gradle/2.2.3/gradle-2.2.3.pom
file:/home/ubuntu/.m2/repository/com/android/tools/build/gradle/2.2.3/gradle-2.2
OWASP's ZAP is a security tool and uses a proxy based approach to do its job. And because of this, the first thing we need to setup is proxy LAN settings.
Please download OWASP ZAP and then fire it up. Once it is up and running, togo Tools->Options->Local Proxy.
Once we have this setup, we proceed to configure your browser's proxy settings.
Fire up chrome, got to Advance settings -> Change proxy settings .. -> LAN Settings and under Proxy server, please change "Address" to localhost and port to "8080".
Now you're ready to go login to your website and start running scanning. What is happening that any traffic that pass through your browser get analyzed. The advantage of this approach is that, you don't have to setup username/password or oAuth token and a bunch of security stuff.
Of course, you can choose and easier approach (but don't have much use case in general) which is to use "Quick start" feature. All you need to do i…
I know there are many post out there getting code coverage for .dotnetcore. I'm using opencover to address this needs.
In case, you do no want to use opencover and wanted to stick with vs2015 code coverage, you can try to copy Microsoft.VisualStudio.CodeCoverage.Shim.dll from C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Dynamic
Code Coverage Tools\coreclr\ and drop it into your project "bin\Debug\netcoreapp1.0" folder. Please note : you need to be on VS2015 Enterprise to do this.
To get started, I guess we need to add OpenCover and ReportGenerator for our test projects, as shown in diagram below :-
When nuget packge gets restored, we will have some binaries downloaded to our machine and we going to use this to generate some statistics. I think the biggest issue is to getting those command lines work.
In dotnetcore, we run test project using "dotnet test" (assuming you are in the test project folder - if not please go there) So we add this …
Comments