Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Flow project.json info into assembly info. #2950

Closed
wants to merge 10 commits into from

Conversation

cesarblum
Copy link
Contributor

@dnfclas
Copy link

dnfclas commented Oct 9, 2015

Hi @CesarBS, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@cesarblum
Copy link
Contributor Author

@victorhurdugaci

@@ -1,7 +1,7 @@
DNX
===

Travis: [![Travis](https://travis-ci.org/aspnet/dnx.svg?branch=dev)](https://travis-ci.org/aspnet/dnx)
Travis: [![Travis](https://travis-ci.org/aspnet/dnx.svg?branch=cesarbs/dnx-assembly-info)](https://travis-ci.org/aspnet/dnx)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you update the branch?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To see the thingy going green in the repo page :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

volkswagen!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's pretty weird 😄 You can just check travis itself.

@victorhurdugaci
Copy link
Contributor

No tests? (sad panda)

{
string attributeName = assembly.AttributeClass.ToString();
string attributeName = attribute.AttributeClass.ToString();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: use var instead of string

@davidfowl
Copy link
Member

Add a test that verifies the assembly information is written after building. It should be part of the DnuPackTests

pakrym and others added 7 commits October 12, 2015 08:26
* On windows value returned by GetVersionEx
* On unix.coreclr and mono targets we now search for ID, VERSION_ID keys in /etc/os-release
- pick up latest `build.cmd` and `build.sh` files
- use `DnxTest()` macro rather than local `KTest()` function
  - `KTest()` broke due to `K()` -> `Dnx()` rename

nits:
- remove trailing whitespace in `makefile.shade`
- restore `--quiet`'s operation on `dnu restore`
  - lost in commit 015e8a5
@@ -4,8 +4,8 @@ cd %~dp0
SETLOCAL
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea what happened here.

@cesarblum
Copy link
Contributor Author

Not flowing "language" from project.json as AssemblyCulture into the assembly since it looks like that has already been handled by #2802.

@cesarblum
Copy link
Contributor Author

I will close this pr and open a new one, since this one got messed up with unrelated changes.

@davidfowl davidfowl closed this Oct 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants