Skip to content

Conversation

@kadraman
Copy link
Collaborator

@kadraman kadraman commented Jul 17, 2025

Migrated all projects to use DotNet 8 (8.0.16).
Migrated to SQLite database as in-memory no longer works in DotNet 8.
Updated OpenText text in footer.
Updated README.
Updated ADO Pipelines to use FoD DAST Automated task from marketplace plugin.
Simplified ADO Pipelines Security Gates and included custom fcli policy-check examples.

@kadraman kadraman requested a review from rohitbaryha1 July 21, 2025 10:11
@kadraman kadraman self-assigned this Jul 21, 2025
@kadraman kadraman requested review from Copilot and removed request for rohitbaryha1 September 15, 2025 07:18
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The PR migrates the IWA.NET application from .NET 6 to .NET 8 (8.0.16), including updates to Azure DevOps pipeline templates, package dependencies, and security tooling configurations.

  • Upgrades all project files to target .NET 8.0 framework
  • Migrates from in-memory database to SQLite for main application
  • Updates Azure DevOps pipeline templates with new fcli session parameter syntax and removes deprecated report generation features

Reviewed Changes

Copilot reviewed 30 out of 32 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
InsecureWebApp/InsecureWebApp.csproj Updates .NET target framework and package references to version 8.0.16
InsecureWebApp/Startup.cs Switches from in-memory database to SQLite configuration
devops-integrations/azure-pipelines/templates/*.yml Updates fcli commands to use new session parameter syntax and removes deprecated features
etc/custom-*-check-policy.yml Adds custom security policy check configurations for SSC and FoD
README.md Updates documentation to reflect .NET 8 migration and OpenText branding
Comments suppressed due to low confidence (1)

devops-integrations/azure-pipelines/templates/deploy-to-azure.yml:38

  • Missing opening brace in template expression. Should be ${{ parameters.appType }}.
      appType: ${ parameters.appType }}

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant