-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Update assembly version from hardcoded to MajorVersion and update NetCoreAppCurrent to net8.0 #78354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update assembly version from hardcoded to MajorVersion and update NetCoreAppCurrent to net8.0 #78354
Changes from all commits
17764b9
04be22b
e1ab7c4
b74da6d
498421e
7b33ff9
1091cec
2a40f98
39e41c8
bda1ada
406dc14
057c3f8
7a24341
7b27686
da173cc
28fa14d
ba30472
46780fd
fa358ce
1068c54
51ecadc
2206104
5274dc5
94e88d9
eaff756
b0c8d0b
8f156e4
00c3911
556b2cb
a2bf701
d343750
338b4c3
79c28de
7194ec3
03ee362
5435aa8
739493d
cfad266
2e136ad
70a3755
9d808ba
d24dea5
2a815b2
ee2300e
83279ca
adcc6c8
8907d92
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -101,7 +101,7 @@ For more advanced scenarios, look for at [Building the Tests](/docs/workflow/tes | |
|
|
||
| ### Running library tests | ||
|
|
||
| Build library tests by passing the `libs.tests` subset together with the `/p:TestNativeAot=true` to build the libraries, i.e. `clr.aot+libs+libs.tests /p:TestNativeAot=true` together with the full arguments as specified [above](#building). Then, to run a specific library, go to the tests directory of the library and run the usual command to run tests for the library (see [Running tests for a single library](/docs/workflow/testing/libraries/testing.md#running-tests-for-a-single-library)) but add the `/p:TestNativeAot=true` and the build configuration that was used, i.e. `dotnet.cmd build /t:Test /p:TestNativeAot=true -c Release`. | ||
| Build library tests by passing the `libs.tests` subset together with the `/p:TestNativeAot=true` to build the libraries, i.e. `clr.runtime+clr.aot+host.native+libs+libs.tests /p:TestNativeAot=true` together with the full arguments as specified [above](#building). Then, to run a specific library, go to the tests directory of the library and run the usual command to run tests for the library (see [Running tests for a single library](/docs/workflow/testing/libraries/testing.md#running-tests-for-a-single-library)) but add the `/p:TestNativeAot=true` and the build configuration that was used, i.e. `dotnet.cmd build /t:Test /p:TestNativeAot=true -c Release`. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this really necessary? I thought the failures we saw were related to the
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, you are right. I mixed up |
||
|
|
||
| ## Design Documentation | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.