Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jskeet/sdk-csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jskeet/sdk-csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: xml-format-2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 24 files changed
  • 1 contributor

Commits on Apr 12, 2023

  1. Add submodule for conformance tests

    Eventually we'll be able to change the branch to main
    jskeet committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3f9035e View commit details
    Browse the repository at this point in the history
  2. First pass at data-driven conformance tests

    These use the test files from
    https://github.com/cloudevents/conformance/tree/format-tests/format,
    which is included via a submodule called conformance.
    
    The XML tests are not included in this commit, as the C# XML formatter
    has not been reviewed yet.
    
    Signed-off-by: Jon Skeet <[email protected]>
    jskeet committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    038eca3 View commit details
    Browse the repository at this point in the history
  3. wip

    jskeet committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    426c14b View commit details
    Browse the repository at this point in the history
Loading