Bekir Ozturk
Bekir Ozturk
**Describe the bug** The close button at the top-right corner of the main app window doesn't work if you first created and closed a window using "Windows/Create Multiple Windows/Create single...
# Background This is about better item templates context support in `dotnet new` (evaluate MSBuild properties and namespace). Allows to get details of the project item template should be added...
MSBuild targets will: - define properties for template packages (instead of putting them manually) - validate the templates inside the package - localize the templates (if needed) Validation ideas: -...
**Audience**: authors (advanced) ### Background Allow custom extensibility scenarios for the templates. The template engine already considers extensibility by using components. Component is a class implementing [`IIdentifiedComponent`](https://github.com/dotnet/templating/blob/main/src/Microsoft.TemplateEngine.Abstractions/IIdentifiedComponent.cs) interface. Template engine...
We have started using `#nullable enable` on the files we edit to help prevent null reference exceptions. Let's make sure that this effort reaches the completion state by enabling it...
**Issue description** I have a fresh VM from Azure, containing "Ubuntu Server 22.04 LTS" image provided by Canonical. As instructed, I try the following command. ```bash sudo apt-get update &&...
During build, crossgen is being passed some folders which are checked for dll files during dependency resolution. Instead of giving priority to rid-specific folders, PlatformAssemblyPaths is sorted alphabetically. https://github.com/dotnet/core-sdk/blob/7f8787c08008739b533869f417e99935eddd75e7/src/redist/targets/Crossgen.targets#L127 We...