Context
During a code audit, System.ServiceModel.Syndication was found to be referenced in src/XPoster.csproj and documented in the README under Technologies → Utilities, but no usage exists anywhere in the codebase — no using directive, no class instantiation (SyndicationFeed, SyndicationItem, etc.).
Additionally, the infra/ folder (containing README.md, main.bicep, main.bicepparam) is not yet included as a Solution Folder in XPoster.sln, unlike docs/ and the root markdown files which are already present.
Tasks
Acceptance Criteria
dotnet build passes after the PackageReference removal
README.md Technologies section no longer references System.ServiceModel.Syndication
- The
infra folder is visible in Visual Studio Solution Explorer under a dedicated Solution Folder
Context
During a code audit,
System.ServiceModel.Syndicationwas found to be referenced insrc/XPoster.csprojand documented in the README under Technologies → Utilities, but no usage exists anywhere in the codebase — nousingdirective, no class instantiation (SyndicationFeed,SyndicationItem, etc.).Additionally, the
infra/folder (containingREADME.md,main.bicep,main.bicepparam) is not yet included as a Solution Folder inXPoster.sln, unlikedocs/and the root markdown files which are already present.Tasks
<PackageReference Include="System.ServiceModel.Syndication" ...>fromsrc/XPoster.csprojSystem.ServiceModel.Syndicationentry from the Technologies → Utilities section inREADME.mdinfraSolution Folder inXPoster.slncontaining:infra\README.mdinfra\main.bicepinfra\main.bicepparamAcceptance Criteria
dotnet buildpasses after thePackageReferenceremovalREADME.mdTechnologies section no longer referencesSystem.ServiceModel.Syndicationinfrafolder is visible in Visual Studio Solution Explorer under a dedicated Solution Folder