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: dotnet/arcade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 15e79bb
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 508fe92
Choose a head ref
  • 11 commits
  • 28 files changed
  • 7 contributors

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    59874be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f41b197 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Implement UTs to cover CSharpBuilder functionality (#11145)

    issue: #11144
    * Added `IndentationSize` and `IndentationChar` parameters
    * Updated interface of `ISyntaxWriter.cs`, simplify the way we pass constraints in `WriteTypeDefinition`
    * Implemented UTs to cover CSharpBuilder functionality
    andriipatsula authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    de98928 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/xliff-tasks build …

    …20221006.1 (#11181)
    
    [main] Update dependencies from dotnet/xliff-tasks
    dotnet-maestro[bot] authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    1f87bdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e76fb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Update dependencies from https://github.com/dotnet/xliff-tasks build …

    …20221007.1 (#11199)
    
    [main] Update dependencies from dotnet/xliff-tasks
    dotnet-maestro[bot] authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    bee1094 View commit details
    Browse the repository at this point in the history
  2. TSA reporting doesn't seem to honor the parameters. From experimentin…

    …g, setting the parameter into a variable works around this. (#11193)
    MattGal authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    1dc30c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15aaaa2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Update dependencies from https://github.com/dotnet/xharness build 202…

    …21006.1 (#11206)
    
    [main] Update dependencies from dotnet/xharness
    dotnet-maestro[bot] authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3d078aa View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/roslyn build 20221…

    …005.12 (#11207)
    
    [main] Update dependencies from dotnet/roslyn
    dotnet-maestro[bot] authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    7cdba99 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Fix defect with Enum, abstract events generation. Implement Accessibi…

    …lityFilter, AttributesFilter, ImplicitSymbolsFilter, IntersectionFilter. (#11223)
    
    Issues:
    * #11097
    * #11222
    
    Implemented:
    * AccessibilityFilter, AttributesFilter, ImplicitSymbolsFilter
    * IntersectionFilter that allows to combine several in one
    * Fixed incorrect Enum type generation
    * Fixed incorrect delegate function generation
    * Fixed abstract events generation
    * Added reference to CoreLib; allows correctly resolve references
    * Added UTs to cover listed issues.
    andriipatsula authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    508fe92 View commit details
    Browse the repository at this point in the history
Loading