Jonatan Gonzalez
Jonatan Gonzalez
## Bug Fixes: Regression? Last working version: ## Description Updated two projects to include style rules enforcement during build, fixing the build errors for those two projects. ## PR Checklist...
## Bug Fixes: https://github.com/NuGet/Home/issues/12583 Regression? Last working version: ## Description Added functionality in the PM UI to render the ReadMe for the selected package. Currently the ReadMe only renders the...
## Bug Fixes: https://github.com/NuGet/Client.Engineering/issues/2845 Regression? Last working version: ## Description Updated two projects to include style rules enforcement during build, fixing the build errors for those two projects. Currently certain...
### Related Problem [Rendering REAME for packages in PMUI](https://github.com/orgs/NuGet/projects/13/views/5?pane=issue&itemId=47510039) ### The Elevator Pitch Update the [catalogEntry](https://learn.microsoft.com/en-us/nuget/api/registration-base-url-resource#catalog-entry) to include a new field, RawReadmeFileUrl, which contains an endpoint for downloading the README....
### Related Problem [Rendering README for packages in PMUI](https://github.com/orgs/NuGet/projects/13/views/5?pane=issue&itemId=47510039) ### The Elevator Pitch Implement a new resource type `PackageBaseAddress/6.12.0`. This will indicate to clients that the server has implemented the...
### Related Problem https://github.com/NuGet/Client.Engineering/issues/3123 ### The Elevator Pitch The current implementation of flat container allows us to download README from `{@id}/{LOWER_ID}/{LOWER_VERSION}/readme`. However, this only works for embedded README. In order...
… readme # Bug Part of: https://github.com/NuGet/Home/issues/12583 ## Description Adds a new ViewModel for getting the README contents, leveraging the NuGetPackageFileService to get the file from the package. ## PR...
# Bug Fixes: https://github.com/NuGet/Client.Engineering/issues/2829 ## Description Projects information was being added/updated with different cases, causes our apex tests to fail. The primary key for the _primaryCache is projectNames.FullName which is...
# Bug Fixes: https://github.com/NuGet/Home/issues/11467 Fixes: https://github.com/NuGet/Home/issues/6792 ## Description Updated targets to run _GetPackageFiles on inner build. This will allow for content files to be included in the package when packing....