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

Fix up using directive vs. using statement #41332

Merged
merged 2 commits into from
Jun 7, 2024
Merged

Conversation

gewarren
Copy link
Contributor

@gewarren gewarren commented Jun 7, 2024

  • using directive, not statement
  • codefence using

(Hide whitespace changes.)


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/compatibility/sdk/8.0/implicit-global-using-netfx.md Implicit using for System.Net.Http no longer added
docs/core/extensions/windows-service-with-installer.md [Wix Toolset](https://review.learn.microsoft.com/en-us/dotnet/core/extensions/windows-service-with-installer?branch=pr-en-us-41332)
docs/csharp/asynchronous-programming/cancel-an-async-task-or-a-list-of-tasks.md Cancel a list of tasks
docs/csharp/language-reference/compiler-messages/using-directive-errors.md Resolve warnings related using namespaces
docs/csharp/language-reference/keywords/using.md docs/csharp/language-reference/keywords/using
docs/csharp/language-reference/xmldoc/recommended-tags.md Recommended XML tags for C# documentation comments
docs/csharp/misc/cs0210.md "Compiler Error CS0210"
docs/csharp/misc/cs1702.md Compiler Warning (level 3) CS1702
docs/csharp/misc/cs1935.md docs/csharp/misc/cs1935
docs/csharp/programming-guide/classes-and-structs/finalizers.md Finalizers (C# Programming Guide)
docs/csharp/roslyn-sdk/get-started/semantic-analysis.md Get started with semantic analysis
docs/csharp/roslyn-sdk/get-started/syntax-analysis.md Get started with syntax analysis
docs/framework/data/adonet/ef/how-to-build-an-entityconnection-connection-string.md How to: Build an EntityConnection Connection String
docs/framework/data/adonet/ef/how-to-execute-a-parameterized-stored-procedure-using-entitycommand.md "How to: Execute a Parameterized Stored Procedure Using EntityCommand"
docs/framework/data/adonet/ef/how-to-execute-a-query-that-returns-nested-collections.md How to: Execute a Query that Returns Nested Collections
docs/framework/data/adonet/ef/how-to-execute-a-query-that-returns-primitivetype-results.md docs/framework/data/adonet/ef/how-to-execute-a-query-that-returns-primitivetype-results
docs/framework/data/adonet/ef/how-to-execute-a-query-that-returns-reftype-results.md How to: Execute a Query that Returns RefType Results
docs/framework/data/adonet/ef/how-to-execute-a-query-that-returns-structuraltype-results.md "How to: Execute a Query that Returns StructuralType Results"
docs/framework/data/adonet/establishing-the-connection.md Establishing the Connection
docs/framework/data/adonet/sql/aspnet-apps-using-wait-handles.md docs/framework/data/adonet/sql/aspnet-apps-using-wait-handles
docs/framework/interop/how-to-create-com-wrappers.md How to: Create COM Wrappers
docs/framework/wcf/feature-details/how-to-host-a-wcf-service-in-iis.md "How to: Host a WCF Service in IIS"
docs/framework/windows-workflow-foundation/how-to-create-a-workflow-service-that-consumes-an-existing-service-contract.md How to: Create a workflow service that consumes an existing service contract
docs/framework/windows-workflow-foundation/using-a-custom-activity.md "Using a custom activity"
docs/machine-learning/how-to-guides/serve-model-serverless-azure-functions-ml-net.md Deploy a model to Azure Functions
docs/machine-learning/tutorials/object-detection-onnx.md Tutorial: Detect objects using ONNX in ML.NET
docs/orleans/quickstarts/deploy-scale-orleans-on-azure.md docs/orleans/quickstarts/deploy-scale-orleans-on-azure
docs/standard/datetime/use-time-zones-in-arithmetic.md How to: Use time zones in date and time arithmetic
docs/standard/parallel-programming/how-to-cancel-a-dataflow-block.md "How to: Cancel a Dataflow Block"
docs/standard/parallel-programming/how-to-specify-a-task-scheduler-in-a-dataflow-block.md How to: Specify a Task Scheduler in a Dataflow Block

Note

This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

Copy link
Contributor

@tdykstra tdykstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@gewarren gewarren merged commit b55fd6d into dotnet:main Jun 7, 2024
25 checks passed
@gewarren gewarren deleted the using branch June 7, 2024 21:55
@gewarren
Copy link
Contributor Author

gewarren commented Jun 7, 2024

Thank you for reviewing @tdykstra!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants