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

[release/8.0] Add package readmes #92224

Merged
merged 60 commits into from
Sep 18, 2023
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
a185c2a
Adding PACKAGE.md to System.Runtime.Caching package (#90701)
HongGit Aug 21, 2023
7dc1f6f
Update Package readme guidelines with new template (#90842)
MSDN-WhiteKnight Aug 21, 2023
5b4148d
Add package readmes
ViktorHofer Aug 28, 2023
66d7614
System.Diagnostics.EventLog
carlossanlop Sep 1, 2023
3b1268d
System.Diagnostics.PerformanceCounter
carlossanlop Sep 1, 2023
5cc655d
Add package readme for System.Speech
ericstj Sep 5, 2023
a8b30f8
Fill Microsoft.Extensions.Logging.Abstraction doc
tarekgh Sep 5, 2023
de6fd76
Fill Microsoft.Extensions.Logging doc
tarekgh Sep 5, 2023
0c4d908
Fill Microsoft.Extensions.Logging.Console doc
tarekgh Sep 5, 2023
9e084be
Fill Microsoft.Extensions.Logging.Debug doc
tarekgh Sep 5, 2023
030a4db
Add Microsoft.Bcl.Async package.md details
stephentoub Sep 5, 2023
00c8406
Add System.Threading.Channels package.md details
stephentoub Sep 5, 2023
9c0253d
Fill Microsoft.Extensions.Primitives doc
tarekgh Sep 5, 2023
685a213
Remove trailing spaces from Speech doc file
tarekgh Sep 5, 2023
57f6eed
Fill Microsoft.Extensions.Options doc
tarekgh Sep 5, 2023
e6202a7
Fill System.Text.Encoding.CodePages doc
tarekgh Sep 6, 2023
795122a
Add System.IO.Ports
krwq Sep 6, 2023
225186a
Add System.Net.Http.Json README
eiriktsarpalis Sep 6, 2023
0597c37
Readme for WinHttpHandler
antonfirsov Sep 6, 2023
f17e381
Fill Microsoft.Extensions.Options.ConfigurationExtensions doc
tarekgh Sep 6, 2023
c5653f7
Update Microsoft.Extensions.Http
CarnaViire Sep 6, 2023
dd2fa09
Fill Microsoft.Bcl.TimeProvider doc
tarekgh Sep 6, 2023
8856a04
Add Microsoft.Extensions.Caching.Memory package.md details
jozkee Sep 7, 2023
8f4b862
Add Microsoft.Extensions.DependencyInjection
steveharter Sep 7, 2023
124d40a
Add Microsoft.Extensions.DependencyInjections.Abstractions
steveharter Sep 7, 2023
a1ddb5e
Add Microsoft.Extensions.Hosting
steveharter Sep 7, 2023
eb7a5a7
Add Microsoft.Extensions.Hosting.WindowsServices
steveharter Sep 7, 2023
e343d81
Update PACKAGE.md for System.DirectoryServices
buyaa-n Sep 7, 2023
d7ad871
Apply suggestions from code review
buyaa-n Sep 7, 2023
7dd0d99
Update System.DirectoryServices.AccountManagement PACKAGE.md
buyaa-n Sep 7, 2023
bcb7661
Remove extra space
buyaa-n Sep 7, 2023
4d0f59e
space
danmoseley Sep 7, 2023
57a8f86
Add Microsoft.Extensions.Hosting.Abstractions
steveharter Sep 8, 2023
ebf742e
Update PACKAGE.md
steveharter Sep 8, 2023
43344fb
Update PACKAGE.md
steveharter Sep 8, 2023
56c8b14
Update Hosting
steveharter Sep 8, 2023
505ac80
Update Hosting
steveharter Sep 8, 2023
86b9aa5
Remove unnecessary brackets
buyaa-n Sep 8, 2023
ae6f006
add oledb and odbc
danmoseley Sep 8, 2023
0f8464c
tweak
danmoseley Sep 8, 2023
9bf79ce
Update src/libraries/System.Speech/src/PACKAGE.md
danmoseley Sep 8, 2023
066cade
Update src/libraries/Microsoft.Extensions.Http/src/PACKAGE.md
danmoseley Sep 8, 2023
f5e2b25
Update src/libraries/System.Speech/src/PACKAGE.md
danmoseley Sep 8, 2023
646b0f0
Apply suggestions from code review
danmoseley Sep 8, 2023
f107d05
Apply suggestions for System.Diagnostics.EventLog & PerformanceCounter
carlossanlop Sep 11, 2023
eca1ff8
added Bcl.Numerics
michaelgsharp Sep 13, 2023
5827567
Fill template for Microsoft.Extensions.Configuration & Abstractions
ericstj Sep 16, 2023
cf124a1
Add Microsoft.Extensions.Configuration.Binder readme.
ericstj Sep 16, 2023
3eba320
Remove undocumented P2 package readmes
ViktorHofer Sep 18, 2023
600a331
Update Feedback library name markdown style
ViktorHofer Sep 18, 2023
e819ea8
Remove en-US culture from links
ViktorHofer Sep 18, 2023
8890301
Replace important markdown tag with bold
ViktorHofer Sep 18, 2023
0b106c5
MathF PR feedback
ViktorHofer Sep 18, 2023
2cf3faf
Add System.Management packag readme
ViktorHofer Sep 18, 2023
dc9c012
Fix trailing whitespace
ViktorHofer Sep 18, 2023
c59bf65
Add ServiceController package readme
ViktorHofer Sep 18, 2023
21727ce
Clean-up
ViktorHofer Sep 18, 2023
ed430fc
More clean-up
ViktorHofer Sep 18, 2023
934eeea
ConfigurationManager clean-up
ViktorHofer Sep 18, 2023
f4d9074
Last clean-up
ViktorHofer Sep 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added Bcl.Numerics
  • Loading branch information
michaelgsharp authored and ViktorHofer committed Sep 18, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit eca1ff8ec64ff6e053008a2afb14ad49519fb0fc
37 changes: 21 additions & 16 deletions src/libraries/Microsoft.Bcl.Numerics/src/PACKAGE.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,46 @@
## About

<!-- A description of the package and where one can find more documentation -->


As of .NET Core 2.0 and .NET Standard 2.1, the C# language has support for math (System.MathF) functions with floats. This library provides the necessary definitions of those types to support these language features on .NET Framework and on .NET Standard 2.0. This library is not necessary nor recommended when targeting versions of .NET that include the relevant support.

## Key Features

<!-- The key features of this package -->

*
*
*
* Enables the use of MathF on older .NET platforms


## How to Use

<!-- A compelling example on how to use this package with code, as well as any specific guidelines for when to use the package -->
```C#
using System;
using System.MathF.

internal static class Program
{
private static async Task Main()
{
Console.WriteLine("Starting...");

Console.WriteLine(MathF.Max(1f, 5f)); // returns 5f

Console.WriteLine("Finished!");
}
}
```

## Main Types

<!-- The main types provided in this library -->

The main types provided by this library are:

* ``
* ``
* ``
* `System.MathF`

## Additional Documentation

<!-- Links to further documentation. Remove conceptual documentation if not available for the library. -->

* [Conceptual documentation](https://learn.microsoft.com/en-us/dotnet/standard/serialization/**LIBRARYNAME**/overview)
* [API documentation](https://learn.microsoft.com/en-us/dotnet/api/**LIBRARYNAME**)

## Related Packages

<!-- The related packages associated with this package -->
* [API documentation](https://learn.microsoft.com/en-us/dotnet/api/system.mathf)

## Feedback & Contributing