cloudfoundry-attic / cf-dotnet-sdk

Cloud Foundry .NET SDK
Other
18 stars 13 forks source link

Add cf manifest library #72

Closed florindragos closed 9 years ago

florindragos commented 9 years ago

.net version of the cf manifest library

hcf-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed): https://jenkins.paas.hpcloud.net/job/als-cf-dotnet-sdk-babysitter/188/ Test FAILed.

hcf-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed): https://jenkins.paas.hpcloud.net/job/als-cf-dotnet-sdk-babysitter/189/ Test PASSed.

hcf-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed): https://jenkins.paas.hpcloud.net/job/als-cf-dotnet-sdk-babysitter/190/ Test PASSed.

hcf-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed): https://jenkins.paas.hpcloud.net/job/als-cf-dotnet-sdk-babysitter/192/ Test passed.

hcf-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed): https://jenkins.paas.hpcloud.net/job/als-cf-dotnet-sdk-babysitter/193/ Test passed.

viovanov commented 9 years ago

Please enable stylecop and code analysis. Also, I believe this is the only assembly that only has a NET45 lib. What happens if I add the nuget package to a non-NET45 project?

viovanov commented 9 years ago

Please add an example on how to use this new feature in the readme

florindragos commented 9 years ago

The manifest library will not be referenced if the nuget package is added to a non-net45 project. It is added only for net45 target in nuspec.

hcf-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed): https://jenkins.paas.hpcloud.net/job/als-cf-dotnet-sdk-babysitter/195/ Test PASSed.

florindragos commented 9 years ago

Enabled stylecop and fixed all related errors

hcf-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed): https://jenkins.paas.hpcloud.net/job/als-cf-dotnet-sdk-babysitter/197/ Test PASSed.

hcf-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed): https://jenkins.paas.hpcloud.net/job/als-cf-dotnet-sdk-babysitter/198/ Test PASSed.

hcf-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed): https://jenkins.paas.hpcloud.net/job/als-cf-dotnet-sdk-babysitter/199/ Test PASSed.

viovanov commented 9 years ago

:+1: