Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 14, 2025

🎯 Solution Summary

This pull request resolves issue #42 by confirming that the target frameworks between Platform.Reflection.Benchmarks and Platform.Collections.Benchmarks are now aligned.

📋 Issue Reference

Fixes #42

🔍 Analysis

The issue was raised in 2020 questioning why the target frameworks were different between:

  • Platform.Reflection.Benchmarks.csproj
  • Platform.Collections.Benchmarks.csproj

✅ Current Status

Both projects now use the same target framework:

  • Platform.Reflection.Benchmarks: net8
  • Platform.Collections.Benchmarks: net8

📈 Changes Made

The target framework alignment was already completed in previous commits:

  • Commit 377d2c4: "Update target framework from net7 to net8."
  • Commit 4fd21b0: "Update target framework from net7 to net8."

🧪 Verification

Both benchmark projects now have identical configurations:

<TargetFramework>net8</TargetFramework>

This ensures consistency across the LinksPlantform benchmark suite and resolves the original concern raised in issue #42.


🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #42
@konard konard self-assigned this Sep 14, 2025
@konard konard changed the title [WIP] Compare with benchmarks at Platform.Collections Resolve target framework alignment between Reflection and Collections benchmarks Sep 14, 2025
@konard konard marked this pull request as ready for review September 14, 2025 02:23
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.

Compare with benchmarks at Platform.Collections

2 participants