-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- ResxSourceGenerator: Added XML comment summary to the generated classes and properties to avoid warning CS1591 if they are public
- ♻️ MSBuildWorkspaceDirectory - Fallback to AppContext.BaseDirectory when Assembly Location is empty
- Merge runtime async support into main
- Update contributor doc
- Implement "Simplify property accessor" feature
- Merge main to runtime async branch
- Redo how and when we report source generator telemetry
- Add tests for field keyword semantic model and IOperation
- Fix failing test case BindingAsyncTasklikeMoreTests.Dynamic on Mono
- Update yml files to use community branch
- Merge main
- Merge main
- Baseline struct lifting tests
- Merge main to runtime async branch
- Merge main
- Support using a simple overload resolution for finding Await helpers from the BCL
- Exception Handler support
- Merge main
- Merge main to runtime async branch
- Ensure return local is the correct type for runtime async
- Switch MethodImplAttributes.Async to 0x2000
- Merge main to runtime async branch
- Move runtime async method validation into initial binding
- Implement custom awaitable support
- Merge main to runtime async branch
- Merge main to runtime async branch
- Add RuntimeAsyncMethodGenerationAttribute
- Merge main to runtime async branch
- Merge main to runtime async branch
- Handle basic await scenarios