fix: don't use user transaction, but use ef savechanges instead #2014
Annotations
10 warnings
Build:
src/ParcelRegistry/Parcel/Commands/MigrateParcel.cs#L14
'ParcelId' is obsolete: 'This is a legacy valueobject and should not be used anymore.'
|
Build:
src/ParcelRegistry/Parcel/Commands/MigrateParcel.cs#L24
'ParcelId' is obsolete: 'This is a legacy valueobject and should not be used anymore.'
|
Build:
src/ParcelRegistry/Parcel/Commands/MigrateParcel.cs#L26
'ParcelStatus' is obsolete: 'This is a legacy valueobject and should not be used anymore.'
|
Build:
src/ParcelRegistry/Parcel/Parcel.cs#L15
'ParcelId' is obsolete: 'This is a legacy valueobject and should not be used anymore.'
|
Build:
src/ParcelRegistry/Parcel/Events/ParcelWasMigrated.cs#L44
'ParcelId' is obsolete: 'This is a legacy valueobject and should not be used anymore.'
|
Build:
src/ParcelRegistry/Legacy/Parcel.cs#L20
'ParcelStatus' is obsolete: 'This is a legacy valueobject and should not be used anymore.'
|
Build:
src/ParcelRegistry/Legacy/ValueObjects/ParcelStatus.cs#L36
'ParcelStatus' is obsolete: 'This is a legacy valueobject and should not be used anymore.'
|
Build:
src/ParcelRegistry/Legacy/Parcel.cs#L38
'ParcelId' is obsolete: 'This is a legacy valueobject and should not be used anymore.'
|
Build:
src/ParcelRegistry/Legacy/Parcel.cs#L38
'IParcelFactory' is obsolete: 'This is a legacy interface and should not be used anymore.'
|
Build:
src/ParcelRegistry/Legacy/ValueObjects/ParcelStatus.cs#L29
'ParcelStatus' is obsolete: 'This is a legacy valueobject and should not be used anymore.'
|