Skip to content
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

Add RequiresAssemblyFiles attribute #56196

Merged
merged 16 commits into from
Jul 30, 2021
Merged

Commits on Jul 23, 2021

  1. Add RequiresAssemblyFiles attribute

    This PR annotates every API doc'd as having different
    behavior in single-file publishing with RequiresAssemblyFiles.
    Some APIs might be special-cased by the analyzer to produce
    special messages, but RAF is useful for visual inspection
    of the APIs. Module.Name and .FullyQualifiedName were also
    unannotated.
    agocke committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    d5861c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dc8426 View commit details
    Browse the repository at this point in the history
  3. Don't compile for netfx

    agocke committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    c22ecff View commit details
    Browse the repository at this point in the history
  4. Adjust ifdef

    agocke committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    825a0e5 View commit details
    Browse the repository at this point in the history
  5. Adjust generated code

    agocke committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    78744ce View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Missed a ref file

    agocke committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    d0a9bc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    84a67a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    283bd36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0509a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26f870d View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Buyaa Namnan <buyankhishig.namnan@microsoft.com>
    agocke and buyaa-n authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    4ffa186 View commit details
    Browse the repository at this point in the history
  5. Change casing of <unknown> for MetadataLoadContext

    The current casing is `<unknown>` but the casing used in the runtime is
    `<Unknown>`.
    agocke committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    f1b6d02 View commit details
    Browse the repository at this point in the history
  6. Fix test baseline

    agocke committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    0a66735 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    dbc4323 View commit details
    Browse the repository at this point in the history
  2. Address new warnings

    agocke committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    49d0012 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    880b0d6 View commit details
    Browse the repository at this point in the history