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

sdf #1

Open
wants to merge 2,960 commits into
base: master
Choose a base branch
from
Open

sdf #1

wants to merge 2,960 commits into from

Conversation

Thorcik1704
Copy link
Owner

Summary

Describe your changes here.

Fixes #Issue_Number (if available)

gewarren and others added 30 commits February 5, 2021 11:05
algoritym should be algorithm
The following sentence:

> Using generics is better than create `ListInt` that derives from...

Should read:

> Using generics is better than creating a `ListInt` type which derives from...
Bumps [AutoMapper.Extensions.Microsoft.DependencyInjection](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection/releases)
- [Commits](AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection@v8.1.0...v8.1.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [AutoMapper.Extensions.Microsoft.DependencyInjection](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection/releases)
- [Commits](AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection@v8.1.0...v8.1.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [AutoMapper.Extensions.Microsoft.DependencyInjection](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection/releases)
- [Commits](AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection@v8.1.0...v8.1.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update automatically-infer-winexe-output-type.md

* Update docs/core/compatibility/windows-forms/5.0/automatically-infer-winexe-output-type.md

Co-authored-by: Genevieve Warren <[email protected]>

* Update automatically-infer-winexe-output-type.md

Co-authored-by: Genevieve Warren <[email protected]>
* Update cs0162.md

* Update docs/csharp/misc/cs0162.md

Co-authored-by: Bill Wagner <[email protected]>
* Document breaking change in HTTPS Redirection Middleware

* Update docs/core/compatibility/aspnet-core/6.0/middleware-ambiguous-https-ports-exception.md

Co-authored-by: Genevieve Warren <[email protected]>

* React to feedback

* Fix xref link

Co-authored-by: Genevieve Warren <[email protected]>
* add wpf info for include/exclude

* Add desktop sdk msbuild props article

* Fix bad link

* minor

* Add DisableWinExeOutputInference

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

* Apply suggestions from code review

Co-authored-by: Igor Velikorossov <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>

* more changes

* Apply suggestions from code review

Co-authored-by: Igor Velikorossov <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>

* Update docs/core/project-sdk/msbuild-props-desktop.md

Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Igor Velikorossov <[email protected]>
* Add link to Visual Studio memory leak tutorial

* fix linter error

* Apply suggestions from code review

Co-authored-by: Juan Hoyos <[email protected]>

Co-authored-by: Juan Hoyos <[email protected]>
gewarren and others added 27 commits March 5, 2021 10:46
* Regex lookaround information updated

Information in the regular expression grouping table added as discussed in #22282 (comment)

* Update docs/standard/base-types/regular-expression-language-quick-reference.md

Co-authored-by: Andy De George <[email protected]>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v16.8.3...v16.9.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v16.8.3...v16.9.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix typo:  "communicates over name*d* pipes" not name*s* pipes
Noticed an extra ) when reading the doc.
* Update Fedora docs for .NET 5.0

.NET 5.0 is now available in the default Fedora repositories. Update
docs to make that clearer.

* Update docs/core/install/linux-fedora.md

These links are wrong since they were taken from ./includes/ folder

Co-authored-by: Andy De George <[email protected]>

* Update docs/core/install/linux-fedora.md

These links are wrong since they were taken from ./includes/ folder

Co-authored-by: Andy De George <[email protected]>

* Add zlib as a Linux/RPM dependency

Co-authored-by: Andy De George <[email protected]>
* Remove unclear hosting model language

Fixes #20073

* Update docs/architecture/blazor-for-web-forms-developers/hosting-models.md
* Update deploy-with-cli.md

The "--self-contained false" switch is actually added to prevent creation of self contained deployment ( which, in addition to the application and its dependencies, also  includes the dotnet runtime and libraries ).  Self contained deployment  is the default when -r switch is used with dotnet publish command.

* Update docs/core/deploying/deploy-with-cli.md

Co-authored-by: Andy De George <[email protected]>

Co-authored-by: Andy De George <[email protected]>
* Add missing semi colon

* Add using

* Fix

* Fix VB sample
* correction to exposing data with cachemetadata doc

* update Additional resources request per 22585

Co-authored-by: Ryan Hutton <[email protected]>
* Update remove-runtime-sdk-versions.md

* Update remove-runtime-sdk-versions.md
@gewarren gewarren deleted the branch Thorcik1704:master March 8, 2021 18:51
@gewarren gewarren deleted the master branch March 8, 2021 18:51
@gewarren gewarren deleted the branch Thorcik1704:master March 17, 2021 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.