Nate McMaster
2f36a1ecf9
Remove Microsoft.Extensions.ClosedGenericMatcher.Sources
...
This code isn't used locally, so it will move to aspnet/AspNetCore
\n\nCommit migrated from 7305817fea
2018-12-13 11:01:34 -08:00
Nate McMaster
e8d84a1962
Remove Microsoft.Extensions.CopyOnWriteDictionary.Sources
...
This code will move to aspnet/AspNetCore
\n\nCommit migrated from 468940be7f
2018-12-13 10:43:02 -08:00
Nate McMaster
2d001bb583
Stop producing Microsoft.AspNetCore.Certificates.Generation.Sources
...
This was only used in the aspnet/AspNetCore repo. so the source for this project is moving to that repo
\n\nCommit migrated from 9290dc1dbc
2018-12-13 10:37:41 -08:00
Nate McMaster
a053c7e1a4
Stop producing Microsoft.Extensions.Process.Sources
...
This was only used in the aspnet/AspNetCore repo. so the source for this project is moving to that repo
\n\nCommit migrated from 98522c18fb
2018-12-13 10:33:33 -08:00
Nate McMaster
317b4bb4eb
Create README.md for the localization folder ( dotnet/extensions#683 )
...
\n\nCommit migrated from c841b4f9e0
2018-12-13 09:49:07 -08:00
Arthur Vickers
57cd32129b
Added tests that can be implemented for any provider to ensure consistency
...
Partly to allow me to get a better understanding of the code, partly so we can have a better idea that all the providers work in a consistent manner.
Part of https://github.com/aspnet/Configuration/issues/559
I will file issues for things found.
\n\nCommit migrated from 1878d16ecd
2018-12-07 15:38:52 -08:00
Nate McMaster
a81d3d1b06
Merge the master branch of aspnet/Localization
...
\n\nCommit migrated from 622c150de5
2018-12-04 10:48:40 -08:00
Nate McMaster
2987427e1a
Merge branch 'release/2.2'
...
\n\nCommit migrated from 75b156c635
2018-12-04 10:48:16 -08:00
Nate McMaster
6920d910de
Merge branch release/2.1 into release/2.2
...
\n\nCommit migrated from 909256fb24
2018-12-04 10:43:32 -08:00
Nate McMaster
e7c4b678f9
Reorganize source code in preparation to move into aspnet/Extensions
...
Prior to reorganization, this source code was found in https://github.com/aspnet/Localization/tree/dotnet/extensions@60a3d57a3e8b8b6d69232815a9596b5a495a7d0b
\n\nCommit migrated from b885414e8a
2018-12-04 10:40:35 -08:00
Nate McMaster
090119859b
Update targets and tasks to build Localization projects
...
\n\nCommit migrated from 22f5402e13
2018-12-03 16:22:29 -08:00
Nate McMaster
cd7daf64a2
Merge source code from aspnet/Localization
...
\n\nCommit migrated from 9c7e86f4dc
2018-12-03 16:22:15 -08:00
Nate McMaster
e5fee282ab
Reorganize source code in preparation to move into aspnet/Extensions
...
Prior to reorganization, this source code was found in https://github.com/aspnet/Localization/tree/dotnet/extensions@0bcac31dd705fb9db60723f5d7eaeffb728358f5
\n\nCommit migrated from c8e0450d7a
2018-12-03 16:17:41 -08:00
Nate McMaster
fcdba6256a
Merge branch 'release/2.2'
...
\n\nCommit migrated from 39e7539b49
2018-11-21 13:19:48 -08:00
Nate McMaster
0c234eee22
Merge HealthChecks API source code from aspnet/Diagnostics
...
\n\nCommit migrated from 47a4cce17b
2018-11-20 21:07:51 -08:00
Nate McMaster
6dc295b578
Reorganize source code in preparation to move into aspnet/Extensions
...
Prior to reorganization, this source code was found in https://github.com/aspnet/Diagnostics/tree/dotnet/extensions@c802d5ef5fba1ba8dfbcb8c3741af2ba15e9d1aa
\n\nCommit migrated from a03861270c
2018-11-20 20:49:10 -08:00
Pavel Krymets
ebb1165b14
Handle nullable enum default values ( dotnet/extensions#531 )
...
\n\nCommit migrated from 33f839d585
2018-11-16 13:57:43 -08:00
Pavel Krymets
6c5d291b10
Remove internal types from Logging and Abstractions ( dotnet/extensions#513 )
...
\n\nCommit migrated from 55518d7983
2018-11-16 08:33:57 -08:00
Nate McMaster
fe4ed663a2
Merge branch 'release/2.2'
...
\n\nCommit migrated from c5307c9984
2018-11-15 11:01:39 -08:00
Nate McMaster
88003f2c21
Prepare repo to build 2.2.1
...
* Update dependencies to 2.2.0 rtm
* Update branding to 2.2.1
* Update package baselines to 2.2.0
* Add a restore source for 2.2.0 RTM
\n\nCommit migrated from 913f74d590
2018-11-14 08:44:28 -08:00
Nate McMaster
c36f22815b
Merge branch 'release/2.2'
...
\n\nCommit migrated from 53fa5cb66d
2018-11-13 14:27:32 -08:00
Nate McMaster
4bd742a4fe
Merge branch 'release/2.1' into release/2.2
...
\n\nCommit migrated from 0a5741dc30
2018-11-13 11:01:56 -08:00
Javier Calvarro Nelson
ea14c9c865
Change async void tests to async Task ( dotnet/extensions#488 )
...
\n\nCommit migrated from d2f4c6a2ed
2018-11-13 10:11:21 -08:00
Gert Driesen
83c88bd6bd
Eliminate use of method groups in PropertyHelper ( dotnet/extensions#465 )
...
* Eliminate use of method groups, and use for loop to enumerate elements of array.
Improves performance and reduces allocations.
* PR feedback:
Remove extra parentheses, and undo change from foreach to for loop.
* PR feedback
Revert change from for to foreach.
* var-ify TryGetValue out parameter.
\n\nCommit migrated from 08adb5c2ca
2018-11-13 10:03:55 -08:00
Nate McMaster
d3a479cd5c
Merge the source code for Microsoft.Extensions.WebEncoders
...
\n\nCommit migrated from ca683f396d
2018-11-09 17:13:41 -08:00
Nate McMaster
aa26d515be
Reorganize source code in preparation to move into aspnet/Extensions
...
Prior to reorganization, this source code was found in https://github.com/aspnet/HtmlAbstractions/tree/dotnet/extensions@252ae0c434d93f5bfaf949c35edb9ef59730d0a3
\n\nCommit migrated from 6c2bf29434
2018-11-09 15:53:41 -08:00
Nate McMaster
122c2c78e2
Merge branch 'release/2.2'
...
\n\nCommit migrated from 5054f8a0e5
2018-11-06 11:07:40 -08:00
Nate McMaster
1d3bca1f31
Merge branch 'release/2.1' into release/2.2
...
\n\nCommit migrated from 8d5274d7f8
2018-11-06 09:47:51 -08:00
Nate McMaster
8d17a5b9f3
Merge source code from aspnet/Configuration into this repo
...
\n\nCommit migrated from 8a9b64a3e5
2018-11-05 17:19:10 -08:00
Nate McMaster
ac89e3e9bf
Merge branch 'release/2.1' into release/2.2
...
\n\nCommit migrated from d94eb17013
2018-11-05 16:20:37 -08:00
Nate McMaster
09e84b256c
Reorganize source code in preparation to move into aspnet/Extensions
...
Prior to reorganization, this source code was found in https://github.com/aspnet/Configuration/tree/dotnet/extensions@ef29dc86b970893147fd2a27d527f5a907af9fdd
\n\nCommit migrated from a8900855a4
2018-11-05 16:15:42 -08:00
Nate McMaster
0757dd7b80
Merge branch 'release/2.2'
...
\n\nCommit migrated from 4435c3565d
2018-11-05 14:03:44 -08:00
Nate McMaster
923fa4d586
Merge branch 'release/2.1' into release/2.2
...
\n\nCommit migrated from f9712e2491
2018-11-05 13:21:52 -08:00
Nate McMaster
2fa46e6e89
Merge aspnet/FileSystem into this repo
...
\n\nCommit migrated from 47696ac4a9
2018-11-05 13:19:52 -08:00
Nate McMaster
360b19ca09
Merge branch 'release/2.2'
...
\n\nCommit migrated from 04bac2f79c
2018-11-05 13:12:14 -08:00
Nate McMaster
376a6c9953
Merge branch 'release/2.1' into release/2.2
...
\n\nCommit migrated from 2d15280464
2018-11-05 13:10:48 -08:00
Nate McMaster
4155f5584c
Merge branch 'release/2.2'
...
\n\nCommit migrated from a550d3ebf0
2018-11-04 15:38:00 -08:00
Nate McMaster
e667a1a0bc
Merge branch 'release/2.1' into release/2.2
...
\n\nCommit migrated from cf4d6c3a3b
2018-11-04 15:13:00 -08:00
Nate McMaster
aee5320ae9
Organize packages into different output paths based on whether they are "product" packages or not
...
\n\nCommit migrated from dbb97a2e13
2018-11-04 14:22:06 -08:00
Nate McMaster
574a034ddd
Reorganize source code in preparation to move into aspnet/Extensions
...
Prior to reorganization, this source code was found in https://github.com/aspnet/FileSystem/tree/dotnet/extensions@baebb8b0c672ab37bac72d7196da1b919d362cc5
\n\nCommit migrated from c087cadf1d
2018-11-02 03:25:45 -07:00
Nate McMaster
b0441192c3
Merge branch 'release/2.2'
...
\n\nCommit migrated from 3ba072c253
2018-11-02 01:32:56 -07:00
Nate McMaster
3b2dd5bee8
Merge branch 'release/2.1' into release/2.2
...
\n\nCommit migrated from 5b8b6c7a52
2018-11-02 01:28:11 -07:00
Nate McMaster
6d1eb9b8c4
Merge the source code from aspnet/DependencyInjection release/2.1
...
\n\nCommit migrated from 8b174f1f34
2018-11-02 01:22:41 -07:00
Nate McMaster
5261569b61
Reorganize source code in preparation to move into aspnet/Extensions
...
Prior to reorganization, this source code was found in https://github.com/aspnet/DependencyInjection/tree/dotnet/extensions@7a283947c231b6585c8ac95e653950b660f3da96
\n\nCommit migrated from 689c4a891c
2018-11-02 00:22:14 -07:00
Nate McMaster
5c9701e0b6
Merge branch 'release/2.2'
...
\n\nCommit migrated from 34204b6bc4
2018-10-30 17:16:51 -07:00
Nate McMaster
45b0b83997
Merge branch 'release/2.1' into release/2.2
...
\n\nCommit migrated from 18fcffbd25
2018-10-30 16:39:06 -07:00
Nate McMaster
5460fd093e
Fix the package id for Microsoft.AspNetCore.BenchmarkRunner.Sources
...
\n\nCommit migrated from d0aa5c1701
2018-10-30 16:32:28 -07:00
Nate McMaster
af034a9c5e
Reorganize source code
...
In preparation for merging many other projects into this repo, this establishes a new source code organization which groups projects together based on subject matter.
\n\nCommit migrated from 7ce647cfa3
2018-10-30 14:18:11 -07:00