Граф коммитов

3527 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] ad531650a1
Bump the dotnet group (#42652)
Bumps the dotnet group in /samples/snippets/standard/data/sqlite with 4 updates: [SQLitePCLRaw.core](https://github.com/ericsink/SQLitePCL.raw), [SQLitePCLRaw.bundle_e_sqlcipher](https://github.com/ericsink/SQLitePCL.raw), [SQLitePCLRaw.provider.dynamic_cdecl](https://github.com/ericsink/SQLitePCL.raw) and [SQLitePCLRaw.provider.sqlite3](https://github.com/ericsink/SQLitePCL.raw).


Updates `SQLitePCLRaw.core` from 2.1.9 to 2.1.10
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.9...v2.1.10)

Updates `SQLitePCLRaw.bundle_e_sqlcipher` from 2.1.9 to 2.1.10
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.9...v2.1.10)

Updates `SQLitePCLRaw.provider.dynamic_cdecl` from 2.1.9 to 2.1.10
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.9...v2.1.10)

Updates `SQLitePCLRaw.core` from 2.1.9 to 2.1.10
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.9...v2.1.10)

Updates `SQLitePCLRaw.provider.sqlite3` from 2.1.9 to 2.1.10
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.9...v2.1.10)

Updates `SQLitePCLRaw.core` from 2.1.9 to 2.1.10
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.9...v2.1.10)

Updates `SQLitePCLRaw.provider.dynamic_cdecl` from 2.1.9 to 2.1.10
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.9...v2.1.10)

Updates `SQLitePCLRaw.core` from 2.1.9 to 2.1.10
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.9...v2.1.10)

---
updated-dependencies:
- dependency-name: SQLitePCLRaw.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.bundle_e_sqlcipher
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.provider.dynamic_cdecl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.provider.sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.provider.dynamic_cdecl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-18 13:09:58 +00:00
Bill Wagner c216e78140
Remove connection string, recommend Entra ID and Managed identities for production applications (#42636)
* remove connection string text

Don't include the text of the connection string in the source file.

* Add recommendation for Entra ID

* update MS date
2024-09-17 16:04:29 -04:00
Stanislav Hut fadc18d0f8
subtle bug in the condition (#42633)
* subtle bug in the condition

subtle bug in the condition used for checking if the store is open within the specified hours.
Ensures that both conditions are checked logically (time must be both greater than or equal to the opening time and less than or equal to the closing time for the store to be considered open)

* update output
2024-09-17 13:17:16 +00:00
Genevieve Warren c9e25e545f
SFI: ROPC - another chunk (#42602) 2024-09-12 07:15:35 -07:00
dependabot[bot] c74abd2678
Bump the dotnet group (#42588)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-vb-mstest/vb with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.5.2...v3.6.0)

Updates `MSTest.TestFramework` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.5.2...v3.6.0)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 12:55:42 +00:00
dependabot[bot] 143f236011
Bump Microsoft.NET.Test.Sdk (#42536)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-best-practices/csharp with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 16:05:50 +00:00
dependabot[bot] 022a3dac34
Bump Microsoft.NET.Test.Sdk (#42520)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-using-dotnet-test/csharp with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 16:03:01 +00:00
dependabot[bot] de59d6dd51
Bump Microsoft.NET.Test.Sdk (#42525)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-vb-mstest/vb with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 16:02:44 +00:00
dependabot[bot] c9381ea78d
Bump Microsoft.NET.Test.Sdk (#42523)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-vb-nunit/vb with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 16:01:39 +00:00
dependabot[bot] de90ffe1f1
Bump Microsoft.NET.Test.Sdk (#42524)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-using-nunit/csharp with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 16:01:22 +00:00
Genevieve Warren cdcd7c4aee
ropc fixes for ado.net (#42498) 2024-09-06 16:05:31 -07:00
Genevieve Warren 9a6c5ab7d1
Monthly chores: Automated cleanrepo run (#42443) 2024-09-04 11:12:33 -04:00
dependabot[bot] aea7849ebb
Bump nunit (#42432)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-using-nunit/csharp with 1 update: [nunit](https://github.com/nunit/nunit).


Updates `nunit` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](https://github.com/nunit/nunit/compare/4.2.1...4.2.2)

---
updated-dependencies:
- dependency-name: nunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-03 14:32:02 +00:00
dependabot[bot] a04f799fac
Bump nunit (#42434)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-vb-nunit/vb with 1 update: [nunit](https://github.com/nunit/nunit).


Updates `nunit` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](https://github.com/nunit/nunit/compare/4.2.1...4.2.2)

---
updated-dependencies:
- dependency-name: nunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-03 14:30:45 +00:00
dependabot[bot] a6b75d7c54
Bump nunit (#42337)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-vb-nunit/vb with 1 update: [nunit](https://github.com/nunit/nunit).


Updates `nunit` from 4.1.0 to 4.2.1
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](https://github.com/nunit/nunit/compare/4.1.0...4.2.1)

---
updated-dependencies:
- dependency-name: nunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 15:27:50 +00:00
GeRRy1337 5af9ba3b6a
Fix missing apostrophe in vb sample (#42327) 2024-08-26 11:23:30 -04:00
dependabot[bot] 15b7f33ba0
Bump nunit (#42336)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-using-nunit/csharp with 1 update: [nunit](https://github.com/nunit/nunit).


Updates `nunit` from 4.1.0 to 4.2.1
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](https://github.com/nunit/nunit/compare/4.1.0...4.2.1)

---
updated-dependencies:
- dependency-name: nunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 15:03:47 +00:00
Genevieve Warren 108c1d7afe
SFI - ROPC: Clean up adonet files (#42289) 2024-08-22 16:31:06 +00:00
Bill Wagner 985d4e9bef
Add conceptual content for partial properties (#42177)
* Rename partial-method to partial-member

Now that `partial` can be used for properties and indexers as well, the name "partial member" is better.

* Publish the feature specification

Add the feature spec to the learn platform.

* Add new reference material for partial members

- Update the partial members article to include details for partial properties. This includes new information that also applies to partial methods.
- Update the partial types article to include that partial members can now include properties and indexers.

* Add links, freshness pass.

Update language reference with links

Add links or text on partial properties and indexers in the language reference.

* Update fundamentals articles

These articles mention partial types. Make necessary updates, clear open issues on these articles.

* fix build issues

* Combine duplicated articles

The introductory articles for properties and indexers were largely duplicated, combine them.

* The major edit pass.

Fix all open issues on the the combined articles.
Also, remove unsed snippets

* Full edit pass

Edit and freshness pass on the combined indexers article.

* edit pass where links may be needed

* Update all links

Use clean repo to update all links

* fix build warnings

* Add links in what's new.

* clarify `partial` and the relationship to tools
2024-08-22 10:38:39 -04:00
dependabot[bot] 9b684b062a
Bump Microsoft.NET.Test.Sdk (#42262)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-using-nunit/csharp with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 11:06:43 -04:00
dependabot[bot] 7cd672b1b7
Bump Microsoft.NET.Test.Sdk (#42268)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-vb-nunit/vb with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 13:02:47 +00:00
dependabot[bot] 2fc0a9b064
Bump Microsoft.NET.Test.Sdk (#42271)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-best-practices/csharp with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 13:02:33 +00:00
dependabot[bot] b1b7f5a962
Bump Microsoft.NET.Test.Sdk (#42269)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-vb-mstest/vb with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 12:55:18 +00:00
dependabot[bot] 61b92f9bd6
Bump Microsoft.NET.Test.Sdk (#42258)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-using-dotnet-test/csharp with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 12:13:08 +00:00
dependabot[bot] 068cbc3ea2
Bump SQLitePCLRaw.core (#42238)
Bumps the dotnet group in /samples/snippets/standard/data/sqlite with 1 update: SQLitePCLRaw.core.


Updates `SQLitePCLRaw.core` from 2.1.6 to 2.1.9

---
updated-dependencies:
- dependency-name: SQLitePCLRaw.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 15:40:07 +00:00
dependabot[bot] 4ef86c6315
Bump Microsoft.CodeAnalysis.CSharp.Workspaces (#42223)
Bumps the dotnet group in /samples/snippets/csharp/roslyn-sdk/SyntaxQuickStart with 1 update: [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn).


Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 15:38:45 +00:00
dependabot[bot] 38bdbd9e0a
Bump the dotnet group (#42226)
Bumps the dotnet group in /samples/snippets/csharp/roslyn-sdk/SyntaxTransformationQuickStart with 2 updates: [Microsoft.CodeAnalysis](https://github.com/dotnet/roslyn) and [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn).


Updates `Microsoft.CodeAnalysis` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 15:37:08 +00:00
dependabot[bot] 761c22945b
Bump the dotnet group (#42158)
Bumps the dotnet group in /samples/snippets/standard/data/sqlite with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` |
| [Microsoft.Data.Sqlite.Core](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` |
| [SQLitePCLRaw.core](https://github.com/ericsink/SQLitePCL.raw) | `2.1.8` | `2.1.9` |
| [SQLitePCLRaw.bundle_e_sqlcipher](https://github.com/ericsink/SQLitePCL.raw) | `2.1.8` | `2.1.9` |
| [SQLitePCLRaw.provider.dynamic_cdecl](https://github.com/ericsink/SQLitePCL.raw) | `2.1.8` | `2.1.9` |
| [SQLitePCLRaw.provider.sqlite3](https://github.com/ericsink/SQLitePCL.raw) | `2.1.8` | `2.1.9` |


Updates `Microsoft.Data.Sqlite` from 8.0.7 to 8.0.8
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8)

Updates `Microsoft.Data.Sqlite.Core` from 8.0.7 to 8.0.8
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8)

Updates `Microsoft.Data.Sqlite.Core` from 8.0.7 to 8.0.8
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8)

Updates `SQLitePCLRaw.core` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.8...v2.1.9)

Updates `SQLitePCLRaw.bundle_e_sqlcipher` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.8...v2.1.9)

Updates `SQLitePCLRaw.provider.dynamic_cdecl` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.8...v2.1.9)

Updates `SQLitePCLRaw.core` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.8...v2.1.9)

Updates `SQLitePCLRaw.provider.sqlite3` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.8...v2.1.9)

Updates `SQLitePCLRaw.core` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.8...v2.1.9)

Updates `SQLitePCLRaw.provider.dynamic_cdecl` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.8...v2.1.9)

Updates `SQLitePCLRaw.core` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.8...v2.1.9)

---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Data.Sqlite.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Data.Sqlite.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.bundle_e_sqlcipher
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.provider.dynamic_cdecl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.provider.sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.provider.dynamic_cdecl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SQLitePCLRaw.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-14 12:42:33 +00:00
dependabot[bot] 106874f26a
Bump the dotnet group (#42155)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-vb-mstest/vb with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.5.1...v3.5.2)

Updates `MSTest.TestFramework` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.5.1...v3.5.2)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-14 12:37:46 +00:00
dependabot[bot] 311456853d
Bump NUnit.Analyzers (#42142)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-using-nunit/csharp with 1 update: [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers).


Updates `NUnit.Analyzers` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md)
- [Commits](https://github.com/nunit/nunit.analyzers/compare/4.2.0...4.3.0)

---
updated-dependencies:
- dependency-name: NUnit.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-14 12:14:03 +00:00
David Pine 76db1a65f4
Correct output prompt, fixes #42128 (#42129) 2024-08-13 13:10:30 -05:00
dependabot[bot] 25e2f3e8ef
Bump the dotnet group (#42069)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-vb-mstest/vb with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.5.0...v3.5.1)

Updates `MSTest.TestFramework` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 10:43:30 -04:00
Genevieve Warren 2a2668e58a
remove string.copy examples (#41994) 2024-08-02 16:09:58 -07:00
James Groom 037ff932d6
Add events section to Expression-bodied members article (#41868)
* Add events section to Expression-bodied members article

* Update docs/csharp/programming-guide/statements-expressions-operators/expression-bodied-members.md

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
2024-08-01 16:02:41 +00:00
dependabot[bot] f2ded366ed
Bump NUnit3TestAdapter (#41930)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-vb-nunit/vb with 1 update: [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter).


Updates `NUnit3TestAdapter` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.5.0...V4.6.0)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 14:27:37 -04:00
dependabot[bot] 6a6223d83b
Bump NUnit3TestAdapter (#41931)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-using-nunit/csharp with 1 update: [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter).


Updates `NUnit3TestAdapter` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.5.0...V4.6.0)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 11:20:02 -04:00
Bill Wagner 6c8b7eec9c
fix container name (#41898)
* fix container name

Fix azure sample container name.

Add project file to support snippets 5000

* remove extra fsproj
2024-07-25 13:35:25 -04:00
github-actions[bot] 80284a3937
Monthly chores: Automated repo cleanup (#41604) 2024-07-23 11:12:50 -07:00
dependabot[bot] 084bd2f921
Bump the dotnet group
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-vb-mstest/vb with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.4.3 to 3.5.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.4.3...v3.5.0)

Updates `MSTest.TestFramework` from 3.4.3 to 3.5.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.4.3...v3.5.0)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-17 12:42:30 +00:00
dependabot[bot] 545c6bf362
Bump the dotnet group
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-using-dotnet-test/csharp with 2 updates: xunit and xunit.runner.visualstudio.


Updates `xunit` from 2.8.1 to 2.9.0

Updates `xunit.runner.visualstudio` from 2.8.1 to 2.8.2

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 13:00:52 +00:00
github-actions[bot] b9e4ed8add
Merge pull request #41709 from dotnet/dependabot/nuget/samples/snippets/standard/data/sqlite/dotnet-6be41ffc35
Bump the dotnet group in /samples/snippets/standard/data/sqlite with 3 updates
2024-07-10 12:39:03 +00:00
dependabot[bot] 0e1422c6c7
Bump the dotnet group
Bumps the dotnet group in /samples/snippets/standard/data/sqlite with 3 updates: Microsoft.Data.Sqlite, Microsoft.Data.Sqlite.Core and Microsoft.Extensions.DependencyModel.


Updates `Microsoft.Data.Sqlite` from 8.0.6 to 8.0.7

Updates `Microsoft.Data.Sqlite.Core` from 8.0.6 to 8.0.7

Updates `Microsoft.Data.Sqlite.Core` from 8.0.6 to 8.0.7

Updates `Microsoft.Extensions.DependencyModel` from 8.0.0 to 8.0.1

---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Data.Sqlite.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Data.Sqlite.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.DependencyModel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 12:32:20 +00:00
dependabot[bot] 1be680c03e
Bump the dotnet group
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-best-practices/csharp with 2 updates: xunit and xunit.runner.visualstudio.


Updates `xunit` from 2.8.1 to 2.9.0

Updates `xunit.runner.visualstudio` from 2.8.1 to 2.8.2

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 12:31:28 +00:00
Genevieve Warren 334fd39ecb
Update regex docs with more info about source gen (#41418) 2024-06-19 15:39:46 +00:00
github-actions[bot] 62f1316fc6
Merge pull request #41370 from dotnet/dependabot/nuget/samples/snippets/csharp/roslyn-sdk/SyntaxTransformationQuickStart/dotnet-5c74893ea9
Bump the dotnet group in /samples/snippets/csharp/roslyn-sdk/SyntaxTransformationQuickStart with 2 updates
2024-06-11 18:20:34 +00:00
dependabot[bot] 5d79a372bf
Bump Microsoft.CodeAnalysis.CSharp.Workspaces
Bumps the dotnet group in /samples/snippets/csharp/roslyn-sdk/SyntaxQuickStart with 1 update: [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn).


Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.9.2 to 4.10.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 18:10:38 +00:00
dependabot[bot] ea86775cc7
Bump the dotnet group
Bumps the dotnet group in /samples/snippets/csharp/roslyn-sdk/SyntaxTransformationQuickStart with 2 updates: [Microsoft.CodeAnalysis](https://github.com/dotnet/roslyn) and [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn).


Updates `Microsoft.CodeAnalysis` from 4.9.2 to 4.10.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.9.2 to 4.10.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.9.2 to 4.10.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 18:05:00 +00:00
Genevieve Warren 5ab9ed789b
update example to be .net friendly (#41343) 2024-06-10 06:50:30 -05:00
Genevieve Warren b55fd6de20
Fix up using directive vs. using statement (#41332) 2024-06-07 14:53:17 -07:00
Jan Klass 3488b024c5
Improve cancel1.cs how-to example (#41321)
* Improve cancel1.cs how-to example

I attempted to fix #27830, but as per my comment there, I don't think the original raised concern is correct. I did make some improvements though, which are present in this changeset I am submitting.

This snippet is being used in "How to: Cancel a Task and Its Children" https://learn.microsoft.com/en-us/dotnet/standard/parallel-programming/how-to-cancel-a-task-and-its-children

The mixed four-fold goals of the how-to make it a complex mixed bag of an example.

* For distinction, label tasks as cancellable, parent, and child - in output and variable names
* Use output prefixes to indicate in which context the message is logged
* Reduce wait spins (it took infeasibly long on my PC)
* Reduce parent spawn-loop-spin-waits so spawning happens faster than child task execution
* Add "ran to completion" messages so execution can be followed and user cancel can be timed and experimented with at runtime
* Use CancelAsync instead of Cancel on tokenSource

* Revert cancel to syncr `Cancel()`
2024-06-06 09:48:17 -04:00