Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Federation] fixed the recurring method#704

Merged
wangkanai merged 1 commit intomainfrom
federation
Jun 9, 2023
Merged

[Federation] fixed the recurring method#704
wangkanai merged 1 commit intomainfrom
federation

Conversation

@wangkanai
Copy link
Owner

	private static EntityTypeBuilder<TEntity> ToTable<TEntity>(this EntityTypeBuilder<TEntity> builder, TableConfiguration config)
		where TEntity : class
		=> config.Schema.IsNullOrWhiteSpace()
			   ? builder.ToTable(config.Name)
			   : builder.ToTable(config.Name, config.Schema);

@wangkanai wangkanai self-assigned this Jun 8, 2023
@wangkanai wangkanai added this to the 7.0 milestone Jun 8, 2023
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 8, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@wangkanai wangkanai merged commit f87db56 into main Jun 9, 2023
@wangkanai wangkanai deleted the federation branch June 9, 2023 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant