Varorbc

Results 18 issues of Varorbc

Before ![image](https://github.com/mhutch/MonoDevelop.MSBuildEditor/assets/5714438/c620d1b1-a018-4e04-862e-a367dbd4240b) After ![image](https://github.com/mhutch/MonoDevelop.MSBuildEditor/assets/5714438/9e8259ce-3ed8-4a4a-9c5b-e94a3508e37c)

I used to use the [ProjFileTools ](https://github.com/dotnet/ProjFileTools) extension, but it is no longer maintained. Today, I saw your extension on the [developer blog](https://devblogs.microsoft.com/visualstudio/experimental-msbuild-editor/). First of all, thank you for your...

### Type of issue Outdated article ### Description [Add back setter for scaffolded collection navigations](https://github.com/dotnet/efcore/pull/30311) ### Page URL https://learn.microsoft.com/en-us/ef/core/modeling/relationships/navigations#reference-navigations ### Content source URL https://github.com/dotnet/EntityFramework.Docs/blob/main/entity-framework/core/modeling/relationships/navigations.md ### Document Version Independent Id 46d5e507-b441-4c2c-26c5-7e8a4b03b29a...

area-scaffolding

What is the ef 9 plan?

## Summary https://www.nuget.org/packages/MSTest.Sdk Microsoft provides most of the package name is the full name, I hope the package name is also the full name, so that users feel is a...

Type: Discussion

Add authentication for service connection in Azure DevOps

https://docs.microsoft.com/en-us/dotnet/api/system.linq.queryable.distinct?view=net-6.0 https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-6.0/whatsnew#distinct-queries ### Include your code ```C# [Table("Table_1")] public partial class Table1 { [Key] public int Id { get; set; } public DateTime CreateTime { get; set; } } public...

type-bug
needs-design
customer-reported
area-query
area-cosmos
punted-for-7.0