Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Razor
AgeCommit message (Expand)Author
2022-10-15Add CompositeFormat StringSyntaxAttribute syntaxes (#44555)blouflashdb
2022-05-05Add rule to seal internal and private types (#41457)Brennan
2022-02-10Fix nearly all CS1591 (#40106)Pranav K
2022-01-27Enable IDE2000 (#39803)Pranav K
2022-01-11Bump up warning level for CA1822 (#39436)Pranav K
2022-01-02chore : Remove unwanted `using` statement (#39176)Shreyas Jejurkar
2021-12-23Fixup whitespace issues from top-level statement change (#39161)Pranav K
2021-12-01Remove razor-compiler from aspnetcore (#38706)Pranav K
2021-11-12[main] Mark 6.0 API surface as shippedDoug Bunting
2021-11-10Avoid null ref in TagHelperMatchingConvention when attribute name is null. (#...Pranav K
2021-11-06Use file scoped namespaces (#38076)Pranav K
2021-10-22Continue using HashCodeCombiner in Razor.Language (#37725)Pranav K
2021-10-22Clean up remaining `net461` references (#37731)Doug Bunting
2021-10-20Remove stale link for `RZ9992` Diagnostic (#37716)Tanay Parikh
2021-10-19Avoid null args when RazorDiagnostic does not have a message (#37648)Pranav K
2021-10-15Replace HashCodeCombiner with HashCode (#37558)Brennan
2021-10-14Support generic value tuple parameters in components (#34737)campersau
2021-10-14Improve project reference consistency (#37338)Doug Bunting
2021-10-01Razor Support `;` after `@typeparam` (#37148)Tanay Parikh
2021-09-25Backport Fix Missing `RZ10012` diagnostic for components written in certain c...Tanay Parikh
2021-09-23`<TargetFrameworks />` -> `<TargetFramework />` (#36727)Doug Bunting
2021-09-21[main] Update dependencies from dotnet/runtime dotnet/efcore (#36328)dotnet-maestro[bot]
2021-09-18Add test for BoundAttributDescriptor HashCode (#36679)Ryan Brandenburg
2021-08-31Support generic array parameters for components (#34734)campersau
2021-08-25Avoid using new C# language features in Razor code generation (#35680)Pranav K
2021-08-17Remove some low hanging allocations (#35397)Pranav K
2021-08-13Avoids boxing in HashCodeCombiner (#35208)Pranav K
2021-08-13Reduce allocations in Razor scenarios (#35247)Sam Harwell
2021-08-12Upgrade Newtonsoft to v13.0 (#35136)Tanay Parikh
2021-08-06Do not generate hot reload attributes on Blazor components (#35085)Pranav K
2021-08-05Support reloadable cshtml (#35017)Pranav K
2021-07-23Fix accidental whitespace changeKevin Pilch
2021-07-23Use Visual Studio fix to add missing license headersKevin Pilch
2021-07-23Find and Replace Apache License -> MITKevin Pilch
2021-07-20Add a transport package for Razor Source Generator (#34520)Pranav K
2021-07-17Remove no need $ character (#34459)liuchao
2021-07-15Copy fix for ViewComponentTypeVisitor to other copies (#34389)Pranav K
2021-07-15Unquarantine passing tests (#34385)Safia Abdalla
2021-07-13Support enhanced line pragmas in CSHTML (#34191)Safia Abdalla
2021-07-12Write generic type constraints to inference method (#34268)Safia Abdalla
2021-07-09Enable build time warnings for IDE code analysis rules (#34215)Pranav K
2021-07-08Add support for enhanced line pragmas for Razor (#33954)Safia Abdalla
2021-06-15Use IsEditorRequired in Equality checks (#33553)Pranav K
2021-06-15Preserve quote style when rendering markup content (#33548)Safia Abdalla
2021-06-15Enable more code analysis rules (#33303)Pranav K
2021-06-11Mark directive types as static when necessary (#33481)Safia Abdalla
2021-06-11Ensure @typeparam directive descriptor is always set (#33456)Safia Abdalla
2021-06-11Provide a tooling gesture that suggests values for required component paramet...Pranav K
2021-06-04Qualify type-checking APIs under global namespace (#33252)Safia Abdalla
2021-06-01Remove static content. (#32602)William Godbe