* Add eng folder
* First cut of moving corefxlab to arcade
* Move arcade symbol validation inside official buil
* Move base yml file to root
* Arcade will build, publish packages and symbols
* UpdateXlf. Review this
* Arcade Update to version 5.0.0-beta.19575.4 to include Experimental Channel
* Remove property that was causing the build to fail
* Moving global properties to the main Yaml instead of step in order to unblock publishing
* Committing xlfs and changing the build script to not update Xlf on build
* clean up corefxlab-base.yml
* sq
* Delete unused files and scripts
* Get rid of all the xlf stuff
* Remove UpdateXlfOnBuild for non-NT builds
* Minor cleanup
* More cleanup
* update eng\build.sh permission
* Rename to Nuget.config
* sq
* Remove the runtime spec from global.json
* Don't publish test projs
* Typo
* Move version prefix to versions.props
Change prereleaselabel to alpha
* Increment version number to list as the latest package
Increment version number of Microsoft.Experimental.Collections to list as the latest package
Turn off graph generation
* Update the Readme
* Test removing the scripts folder
* Touch readme to force a change
* Address Jose's comments
* Typo
* Move versions to eng/versions.props
* Benchmark.proj needs to refer to xunit
* Clean up dependencies.props
* Remove dependencies.props
Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
* Initial
* Remove Clear() in SpanSimpleCaseFold()
* Rename SpanSimpleCaseFold() to SimpleCaseFold()
* Flip parameters in SimpleCaseFold()
* Fix doc comment
* Add attribute to SimpleCaseFold(char c)
* Add asserts to SimpleCaseFoldCompareAbove05ff()
* Bypass illegal surrogates without throw
We would have to throw on illegal surrogate but for comparing we can do simple binary compare.
* Make Marvin internal
* Remove Marvin
* Remove InternalsVisibleTo
* Add comment and remove extra line
* Cleanup System.Text.CaseFolding.csproj
* Use MaxChar
* Replace var with type
* Replace tuple compare
* Remove commented out code
* Replace ver with type 2
* Use IsNullOrEmpty()
* Fix typi in comment
* Use ArgumentException()
* Remove IsAscii()
* Reword comment
* Make SimpleCaseFoldingStringComparer class sealed
* Rename local variable
* Remove unused code
* Namespace System.Text.CaseFolding.Benchmarks
* Rename variables
* TargetFramework netcoreapp3.0
* Remove test code
* Add Debug.Assert
* Remove ProjectReference
* Remove CharTests
* Add using System.Diagnostics
* Fix IsNullOrEmpty()
* Fix type
* Remove asserts
* Add using System.Diagnostics