Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-22Update all the apicompat baselines (#21286)Wes Haggard
With this change we are now re-enabling APICompat checks against netstandard, except the are no longer producing baseline files they will take a baseline file and produce errors if they are broken. We are still not doing the netcoreapp.netfx baseline automatically it is still behind the BaselineApiCompat property.
2017-04-25Update netfx baselinesEric St. John
2017-04-21Update apicompat baseline files (#18583)Wes Haggard
Started copying netstandars shims for netfx under ref\netfx
2017-04-20Do not send timestamp in the Start/Stop event payloadLiudmila Molkova
2017-04-18Fix warnings during -allConfigurations buildEric St. John
2017-04-13Update baseline filesStephen Toub
These diffs are showing up for me locally every time I do a full build. Submitting a PR to avoid the annoyance :)
2017-04-13update ApiCompatBaseline for netfx (#18331)Viktor Hofer
2017-04-12Add netfx configurations for libs in NETStandardEric St. John
For any libary that is part of netstandard and needs to either add types to desktop or satisfy a higher assembly version that we previously shipped, ensure we have both a netfx ref and src build. The ref build is required because previously we were using the src build (partial facade) as both ref and lib. This is problematic because we need to build the full netstandard.dll facade before building src projects. Ensuring a ref build also helps reduce package size since we don't end up shipping the partial facade implementation in ref. Src build has been added where it wasn't already present to fill in the missing types, members, or satisfy the previously shipped assembly version in netstandard1.x.
2017-04-07Refresh apicompat baseline filesWes Haggard
2017-04-06Add netfx configuration to shim project to build netstandard shimWes Haggard