docs
docs copied to clipboard
This repository contains .NET Documentation.
--- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--| | [docs/core/tutorials/netcore-hosting.md](https://github.com/dotnet/docs/blob/0272e018e09364b27b2230a9fef29a93e1c0164e/docs/core/tutorials/netcore-hosting.md) | [docs/core/tutorials/netcore-hosting](https://review.learn.microsoft.com/en-us/dotnet/core/tutorials/netcore-hosting?branch=pr-en-us-29514) |
This will follow #42438 by a week. After publishing new guidelines, I'll close PRs that are past stale. --- [Associated WorkItem - 307293](https://dev.azure.com/msft-skilling/Content/_workitems/edit/307293)
Create how-to guide that explains: - What is ONNX? - What can you use ONNX for in ML.NET? - Pretrained models - Azure ML AutoML models. - Cognitive Services models....
Bumps the dotnet group with 2 updates in the /docs/ai/how-to/snippets/content-filtering directory: [Azure.AI.OpenAI](https://github.com/Azure/azure-sdk-for-net) and [Azure.Core](https://github.com/Azure/azure-sdk-for-net). Updates `Azure.AI.OpenAI` from 1.0.0-beta.17 to 2.0.0 Release notes Sourced from Azure.AI.OpenAI's releases. Azure.AI.OpenAI_2.0.0 2.0.0 (2024-09-30) This...
Bumps the dotnet group with 4 updates in the /docs/ai/how-to/snippets/semantic-kernel directory: [Azure.Identity](https://github.com/Azure/azure-sdk-for-net), [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime), [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel) and [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis). Updates `Azure.Identity` from 1.12.0 to 1.13.0 Release notes Sourced from Azure.Identity's releases. Azure.Identity_1.13.0 1.13.0...
### Type of issue Code doesn't work ### Description [HttpPost] [ValidateAntiForgeryToken] public ActionResult LOGIN(LOGGINMODELVIEW lOGGINMODELVIEW,BOKING bOKING) { string LOGGINCODE = Guid.NewGuid().ToString(); bool client = db.MAN.Any(c => c.CLIENT_EMAILADDRESS == lOGGINMODELVIEW.EMAIL); if...
### Type of issue Code doesn't work ### Description ```cs builder.Services.AddPredictionEnginePool() .FromFile("SentimentAnalysis.zip"); ``` The file should be *SentimentAnalysis.mlnet* ### Page URL https://learn.microsoft.com/fr-fr/dotnet/machine-learning/tutorials/sentiment-analysis-model-builder ### Content source URL https://github.com/dotnet/docs/blob/main/docs/machine-learning/tutorials/sentiment-analysis-model-builder.md ### Document Version...
### Type of issue Missing information ### Description Why is there no way to ignore all null values when deserializing JSON? This used to exist! I shouldn't have to make...
### Type of issue Other (describe below) ### Description This example is too basic. Should show an example of where IEquatable is not the same as IComparable.This could be accomplished...
### Type of issue Missing information ### Description This page is opened when you click the ? icon against the 'Target OS version' and 'Supported OS version' in the Project...