dotnet / dotnet/performance

Fixup documentation for using locally built .NET to use targetingpacks

Open
#1,544 4 comments 0 reactions 1 assignee Claimed by @LoopedBard3 View on GitHub
Dominant language
F#
Stars
773
Forks
301
Avg merge
6d 9h
Merged PRs (30d)
15

Description

Hi, I found I cannot consume new API generated from local dotnet/runtime in MicroBenchmarks project. I tried to learn from this [doc](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md#reference) , difference between doc and my local environment is referenced assembly path.
my local ref path: artifacts\bin\ref\microsoft.netcore.app\Release\System.Console.dll
![image](https://user-images.githubusercontent.com/72254037/95427522-48626480-097a-11eb-9648-cd097dd1d189.png)

I also checked IL of that local referenced assmebly "System.Console", it contains new API: WriteHelloWorld.

My MicroBenchmarks csproj:
![image](https://user-images.githubusercontent.com/72254037/95427882-d2aac880-097a-11eb-8a5f-0109e7ae66bc.png)

Solution explorer has some warning mark about this referenced assembly, but vs can build if not consume new API:
![image](https://user-images.githubusercontent.com/72254037/95428043-0c7bcf00-097b-11eb-8f72-e22888809e3c.png)

Can anyone help checking anything wrong for referencing new local dotnet runtime assembly which added new API, thanks !
![image](https://user-images.githubusercontent.com/72254037/95428508-a8a5d600-097b-11eb-9d5c-3bb2fa363eb0.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.