Alberto Monteiro
Alberto Monteiro
I've extracted the apk, but in `assets\bin\Data\Managed` folder there is etc, Metadata, Resources folder and SymbolMap-ARMv7 file, I didn't found any dll. How can I find those dlls?
Fixes #217
In Sublime, pressing CTRL+SHIFT+L basically simply adds caret at end of line in the current selecion.
Opening a new issue because the previous one was closed, but didnt fixed all the cases as I explained in my comment: https://github.com/CycloneDX/cyclonedx-dotnet/issues/363#issuecomment-1489385428
This is the current code https://github.com/hassanhabib/OData3.1WithSwagger/blob/a9af138a5001f921f3c3fd4427767f33fd985fe9/WeatherAPI2/Startup.cs#L77-L87 But for me only worked in this way ```csharp services.AddMvcCore(op => { foreach (var formatter in op.OutputFormatters.OfType().Where(it => it.SupportedMediaTypes.Count == 0)) formatter.SupportedMediaTypes.Add(new MediaTypeHeaderValue("application/odata")); foreach...
- Updated gitignore - Removed packages folder - Removed dependencies folder
I have a simple script ``` csharp #r "System.ComponentModel.DataAnnotations" using System.ComponentModel.DataAnnotations; class Person { [Required] public string Name { get; set; } [Required] public int Age { get; set; }...
### Type of issue Typo ### Description In portuguese version, ".NET" is duplicated many times   ### Page URL https://learn.microsoft.com/pt-br/dotnet/aspire/get-started/aspire-overview ### Content source URL https://github.com/dotnet/docs-aspire/blob/main/docs/get-started/aspire-overview.md ### Document Version Independent...