Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

OctopusDeploy/ICanHasDotnetCore

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

End of Life

We have decided to close down https://icanhasdot.net/ in May 2020. The amount of traffic dropped significantly with the release of .NET Core 2.0 and to a trickle with 3.1.

This project and site have served it's purpose, and the ecosystem is has matured beyond the need for this tool.

Thank you to all those who contributed.

Feel free to clone, copy or borrow this code or concept and use it how you see fit (within the licence terms).

Compiling

You will need Visual Studio 2017 and dotnet-1.1.1-sdk (1.1.1 with SDK 1.0.1).
Note that you can install multiple SDKs side by side, it's all controlled through the global.json.

To build from the command line you will need NodeJS (Tested with 4.1) and Gulp installed.

To get the web UI to build, in Visual Studio, open the Task Runner Explorer and run the watch task. You can alternatively do this from the command line:

cd source\Web
gulp watch

The TypeScript ng errors can be ignored

Run build.cmd to do a full rebuild, including tests, before submitting a code-change PR.

Deployment

Built on TeamCity https://build.octopushq.com/viewType.html?buildTypeId=Community_ICanHasDotnetCore_BuildICanHasDotnetCore

Deployed by https://deploy.octopushq.com/app#/projects/i-can-has-dotnet-core

Test website is https://icanhasdotnetcore-test.azurewebsites.net/

About

Scans uploaded packages.config files or GitHub repository and determines whether the nuget packages target .NETStandard

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published