- 7月 18, 2019
-
-
由 Chris Ross 创作于
-
由 Mikael Mengistu 创作于
-
由 Brennan 创作于
-
由 Justin Kotalik 创作于
-
由 N. Taylor Mullen 创作于
- The newly added analyzer warns users if they try to assign another components parameter.It does sanity checks to ensure that 1. The property reference is indeed a component parameter 2. The property reference is from a component 3. The assignment is outside of the parameters type hierarchy. Aka, we don't warn users for setting a components parameter if it's in the same class. - Updated existing `ComponentsFacts` to add additional utility methods to properly interact with components. - Added tests to ensure we're analyzing all the goods properly. #8825
-
由 N. Taylor Mullen 创作于
- Updated all `[Parameter]` references in .cs, .razor and .cshtml files to be `public`. #8825
-
由 Ryan Nowak 创作于
-
由 Ryan Nowak 创作于
-
由 Ryan Nowak 创作于
-
由 Doug Bunting 创作于
-
由 Chris Ross 创作于
-
- 7月 17, 2019
-
-
由 Ryan Nowak 创作于
Part of: #11610 This change just renames the type, because it's used in the compiler. We will need to react in the compiler, and then update all of the usage here.
-
由 Andrew Stanton-Nurse 创作于
Crankier: off by one error
-
由 Stafford Williams 创作于
-
由 Steve Sanderson 创作于
-
由 Stephen Halter 创作于
-
由 Stephen Halter 创作于
-
由 Ryan Nowak 创作于
* Fix nullable detection Fixes: #11828 and #11813
-
由 Justin Kotalik 创作于
-
由 Doug Bunting 创作于
- minor issue uncovered while investigating #7073 - sourcelink speed has significantly improved lately - removing this enables local builds that are a closer match to CI configuration
-
由 Pranav K 创作于
* Use ArrayPool
-
由 Scott Addie 创作于
-
由 Ryan Brandenburg 创作于
Added Error page to ServerSide Blazor (#11243)
-
由 Alex Perovich 创作于
This project is not valid xml and causing https://source.dot.net builds to fail.
-
由 Pranav K 创作于
* Add caching to ComponentFactory and ComponentResolver
-
由 Justin Kotalik 创作于
-
由 Doug Bunting 创作于
-
由 Isaac Levin 创作于
-
由 Doug Bunting 创作于
-
由 Doug Bunting 创作于
-
由 dotnet-maestro[bot] 创作于
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190715.2 - Microsoft.NET.Sdk.Razor - 3.0.0-preview8.19365.2 - Microsoft.CodeAnalysis.Razor - 3.0.0-preview8.19365.2 - Microsoft.AspNetCore.Razor.Language - 3.0.0-preview8.19365.2 - Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview8.19365.2 * Update dependencies from https://github.com/dotnet/arcade build 20190715.4 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19365.4 - Microsoft.DotNet.GenAPI - 1.0.0-beta.19365.4 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19365.4 * Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190715.5 - Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview8.19365.5 - Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview8.19365.5 - dotnet-ef - 3.0.0-preview8.19365.5 - Microsoft.EntityFrameworkCore - 3.0.0-preview8.19365.5 - Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview8.19365.5 - Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview8.19365.5 - Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview8.19365.5
-
由 Steve Sanderson 创作于
-
由 Steve Sanderson 创作于
-
由 Steve Sanderson 创作于
-
由 Steve Sanderson 创作于
Shrink FrameType to be an Int16, as Int32 is completely unnecessary, and that memory space is about to become useful
-
- 7月 16, 2019
-
-
由 Isaac Levin 创作于
-
由 David Fowler 创作于
-
由 Justin Kotalik 创作于
-
由 Ryan Nowak 创作于
This bug was introduced by removing the parsing from 8fa4df9b but not updating the tests. We expect component and rendererId to always be numbers (not strings). It looks like these tests are not currently running on the CI which was how we were able to find the issue.
-